Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-49534 (GCVE-0-2022-49534)
Vulnerability from cvelistv5 – Published: 2025-02-26 02:13 – Updated: 2026-05-11 19:01- CWE-401 - Missing Release of Memory after Effective Lifetime
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
858c9f6c19c6f9bf86cbbc64ce0d17c61d6131b8 , < c00df0f34a6d5e14da379f96ea67e501ce67b002
(git)
Affected: 858c9f6c19c6f9bf86cbbc64ce0d17c61d6131b8 , < 672d1cb40551ea9c95efad43ab6d45e4ab4e015f (git) |
|
| Linux | Linux |
Affected:
2.6.23
Unaffected: 0 , < 2.6.23 (semver) Unaffected: 5.18.3 , ≤ 5.18.* (semver) Unaffected: 5.19 , ≤ * (original_commit_for_fix) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2022-49534",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-01T19:37:49.137797Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-401",
"description": "CWE-401 Missing Release of Memory after Effective Lifetime",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-01T19:46:40.777Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/scsi/lpfc/lpfc_nportdisc.c",
"drivers/scsi/lpfc/lpfc_sli.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "c00df0f34a6d5e14da379f96ea67e501ce67b002",
"status": "affected",
"version": "858c9f6c19c6f9bf86cbbc64ce0d17c61d6131b8",
"versionType": "git"
},
{
"lessThan": "672d1cb40551ea9c95efad43ab6d45e4ab4e015f",
"status": "affected",
"version": "858c9f6c19c6f9bf86cbbc64ce0d17c61d6131b8",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/scsi/lpfc/lpfc_nportdisc.c",
"drivers/scsi/lpfc/lpfc_sli.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "2.6.23"
},
{
"lessThan": "2.6.23",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.18.*",
"status": "unaffected",
"version": "5.18.3",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "5.19",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.18.3",
"versionStartIncluding": "2.6.23",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.19",
"versionStartIncluding": "2.6.23",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT\n\nThere is a potential memory leak in lpfc_ignore_els_cmpl() and\nlpfc_els_rsp_reject() that was allocated from NPIV PLOGI_RJT\n(lpfc_rcv_plogi()\u0027s login_mbox).\n\nCheck if cmdiocb-\u003econtext_un.mbox was allocated in lpfc_ignore_els_cmpl(),\nand then free it back to phba-\u003embox_mem_pool along with mbox-\u003ectx_buf for\nservice parameters.\n\nFor lpfc_els_rsp_reject() failure, free both the ctx_buf for service\nparameters and the login_mbox."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T19:01:47.763Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/c00df0f34a6d5e14da379f96ea67e501ce67b002"
},
{
"url": "https://git.kernel.org/stable/c/672d1cb40551ea9c95efad43ab6d45e4ab4e015f"
}
],
"title": "scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2022-49534",
"datePublished": "2025-02-26T02:13:52.978Z",
"dateReserved": "2025-02-26T02:08:31.589Z",
"dateUpdated": "2026-05-11T19:01:47.763Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2022-49534",
"date": "2026-06-25",
"epss": "0.00215",
"percentile": "0.1177"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2022-49534\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-02-26T07:01:29.400\",\"lastModified\":\"2025-10-01T20:16:37.977\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nscsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT\\n\\nThere is a potential memory leak in lpfc_ignore_els_cmpl() and\\nlpfc_els_rsp_reject() that was allocated from NPIV PLOGI_RJT\\n(lpfc_rcv_plogi()\u0027s login_mbox).\\n\\nCheck if cmdiocb-\u003econtext_un.mbox was allocated in lpfc_ignore_els_cmpl(),\\nand then free it back to phba-\u003embox_mem_pool along with mbox-\u003ectx_buf for\\nservice parameters.\\n\\nFor lpfc_els_rsp_reject() failure, free both the ctx_buf for service\\nparameters and the login_mbox.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: scsi: lpfc: Fuga de memoria de protecci\u00f3n para puertos NPIV que env\u00edan PLOGI_RJT Hay una posible fuga de memoria en lpfc_ignore_els_cmpl() y lpfc_els_rsp_reject() que se asign\u00f3 desde NPIV PLOGI_RJT (login_mbox de lpfc_rcv_plogi()). Compruebe si cmdiocb-\u0026gt;context_un.mbox se asign\u00f3 en lpfc_ignore_els_cmpl() y, a continuaci\u00f3n, lib\u00e9relo de nuevo en phba-\u0026gt;mbox_mem_pool junto con mbox-\u0026gt;ctx_buf para los par\u00e1metros de servicio. En caso de fallo de lpfc_els_rsp_reject(), libere tanto el ctx_buf para los par\u00e1metros de servicio como el login_mbox.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.18.3\",\"matchCriteriaId\":\"3108C4DF-1578-4A9A-ADC7-1128DE921D69\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/672d1cb40551ea9c95efad43ab6d45e4ab4e015f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/c00df0f34a6d5e14da379f96ea67e501ce67b002\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-49534\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-01T19:37:49.137797Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-401\", \"description\": \"CWE-401 Missing Release of Memory after Effective Lifetime\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-01T16:49:36.620Z\"}}], \"cna\": {\"title\": \"scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"858c9f6c19c6f9bf86cbbc64ce0d17c61d6131b8\", \"lessThan\": \"c00df0f34a6d5e14da379f96ea67e501ce67b002\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"858c9f6c19c6f9bf86cbbc64ce0d17c61d6131b8\", \"lessThan\": \"672d1cb40551ea9c95efad43ab6d45e4ab4e015f\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/scsi/lpfc/lpfc_nportdisc.c\", \"drivers/scsi/lpfc/lpfc_sli.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.6.23\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"2.6.23\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.18.3\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.18.*\"}, {\"status\": \"unaffected\", \"version\": \"5.19\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/scsi/lpfc/lpfc_nportdisc.c\", \"drivers/scsi/lpfc/lpfc_sli.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/c00df0f34a6d5e14da379f96ea67e501ce67b002\"}, {\"url\": \"https://git.kernel.org/stable/c/672d1cb40551ea9c95efad43ab6d45e4ab4e015f\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nscsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT\\n\\nThere is a potential memory leak in lpfc_ignore_els_cmpl() and\\nlpfc_els_rsp_reject() that was allocated from NPIV PLOGI_RJT\\n(lpfc_rcv_plogi()\u0027s login_mbox).\\n\\nCheck if cmdiocb-\u003econtext_un.mbox was allocated in lpfc_ignore_els_cmpl(),\\nand then free it back to phba-\u003embox_mem_pool along with mbox-\u003ectx_buf for\\nservice parameters.\\n\\nFor lpfc_els_rsp_reject() failure, free both the ctx_buf for service\\nparameters and the login_mbox.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.18.3\", \"versionStartIncluding\": \"2.6.23\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.19\", \"versionStartIncluding\": \"2.6.23\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-11T19:01:47.763Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-49534\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-11T19:01:47.763Z\", \"dateReserved\": \"2025-02-26T02:08:31.589Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-02-26T02:13:52.978Z\", \"assignerShortName\": \"Linux\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2025-AVI-0252
Vulnerability from certfr_avis - Published: 2025-03-28 - Updated: 2025-03-28
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.3 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.3 | ||
| SUSE | N/A | SUSE Manager Proxy 4.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.4 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP4 | ||
| SUSE | N/A | SUSE Manager Retail Branch Server 4.3 | ||
| SUSE | N/A | openSUSE Leap 15.4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 11 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
| SUSE | N/A | SUSE Manager Server 4.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.4 |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Proxy 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Retail Branch Server 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 11 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Server 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"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-2022-1184",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1184"
},
{
"name": "CVE-2022-1048",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1048"
},
{
"name": "CVE-2022-0168",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0168"
},
{
"name": "CVE-2022-3435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3435"
},
{
"name": "CVE-2022-29901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29901"
},
{
"name": "CVE-2022-29900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29900"
},
{
"name": "CVE-2022-2977",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2977"
},
{
"name": "CVE-2022-3303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3303"
},
{
"name": "CVE-2023-28410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28410"
},
{
"name": "CVE-2024-2201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2201"
},
{
"name": "CVE-2024-42229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42229"
},
{
"name": "CVE-2024-41092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41092"
},
{
"name": "CVE-2024-42098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42098"
},
{
"name": "CVE-2024-42240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42240"
},
{
"name": "CVE-2024-56658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56658"
},
{
"name": "CVE-2021-47633",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47633"
},
{
"name": "CVE-2021-47644",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47644"
},
{
"name": "CVE-2022-49076",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49076"
},
{
"name": "CVE-2022-49089",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49089"
},
{
"name": "CVE-2022-49135",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49135"
},
{
"name": "CVE-2022-49151",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49151"
},
{
"name": "CVE-2022-49182",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49182"
},
{
"name": "CVE-2022-49201",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49201"
},
{
"name": "CVE-2022-49247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49247"
},
{
"name": "CVE-2022-49490",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49490"
},
{
"name": "CVE-2022-49626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49626"
},
{
"name": "CVE-2022-49661",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49661"
},
{
"name": "CVE-2021-4453",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4453"
},
{
"name": "CVE-2021-47631",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47631"
},
{
"name": "CVE-2021-47632",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47632"
},
{
"name": "CVE-2021-47635",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47635"
},
{
"name": "CVE-2021-47636",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47636"
},
{
"name": "CVE-2021-47637",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47637"
},
{
"name": "CVE-2021-47638",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47638"
},
{
"name": "CVE-2021-47639",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47639"
},
{
"name": "CVE-2021-47641",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47641"
},
{
"name": "CVE-2021-47642",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47642"
},
{
"name": "CVE-2021-47643",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47643"
},
{
"name": "CVE-2021-47645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47645"
},
{
"name": "CVE-2021-47646",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47646"
},
{
"name": "CVE-2021-47647",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47647"
},
{
"name": "CVE-2021-47648",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47648"
},
{
"name": "CVE-2021-47649",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47649"
},
{
"name": "CVE-2021-47650",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47650"
},
{
"name": "CVE-2021-47651",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47651"
},
{
"name": "CVE-2021-47652",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47652"
},
{
"name": "CVE-2021-47653",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47653"
},
{
"name": "CVE-2021-47654",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47654"
},
{
"name": "CVE-2021-47656",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47656"
},
{
"name": "CVE-2021-47657",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47657"
},
{
"name": "CVE-2021-47659",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47659"
},
{
"name": "CVE-2022-0995",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0995"
},
{
"name": "CVE-2022-49044",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49044"
},
{
"name": "CVE-2022-49050",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49050"
},
{
"name": "CVE-2022-49051",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49051"
},
{
"name": "CVE-2022-49054",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49054"
},
{
"name": "CVE-2022-49055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49055"
},
{
"name": "CVE-2022-49058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49058"
},
{
"name": "CVE-2022-49059",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49059"
},
{
"name": "CVE-2022-49060",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49060"
},
{
"name": "CVE-2022-49061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49061"
},
{
"name": "CVE-2022-49063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
},
{
"name": "CVE-2022-49065",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49065"
},
{
"name": "CVE-2022-49066",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49066"
},
{
"name": "CVE-2022-49073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49073"
},
{
"name": "CVE-2022-49074",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49074"
},
{
"name": "CVE-2022-49078",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49078"
},
{
"name": "CVE-2022-49082",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49082"
},
{
"name": "CVE-2022-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49083"
},
{
"name": "CVE-2022-49084",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49084"
},
{
"name": "CVE-2022-49085",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49085"
},
{
"name": "CVE-2022-49086",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49086"
},
{
"name": "CVE-2022-49088",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49088"
},
{
"name": "CVE-2022-49090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49090"
},
{
"name": "CVE-2022-49091",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49091"
},
{
"name": "CVE-2022-49092",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49092"
},
{
"name": "CVE-2022-49093",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49093"
},
{
"name": "CVE-2022-49095",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49095"
},
{
"name": "CVE-2022-49096",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49096"
},
{
"name": "CVE-2022-49097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49097"
},
{
"name": "CVE-2022-49098",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49098"
},
{
"name": "CVE-2022-49099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49099"
},
{
"name": "CVE-2022-49100",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49100"
},
{
"name": "CVE-2022-49102",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49102"
},
{
"name": "CVE-2022-49103",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49103"
},
{
"name": "CVE-2022-49104",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49104"
},
{
"name": "CVE-2022-49105",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49105"
},
{
"name": "CVE-2022-49106",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49106"
},
{
"name": "CVE-2022-49107",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49107"
},
{
"name": "CVE-2022-49109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49109"
},
{
"name": "CVE-2022-49111",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49111"
},
{
"name": "CVE-2022-49112",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49112"
},
{
"name": "CVE-2022-49113",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49113"
},
{
"name": "CVE-2022-49114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49114"
},
{
"name": "CVE-2022-49115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49115"
},
{
"name": "CVE-2022-49116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49116"
},
{
"name": "CVE-2022-49118",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49118"
},
{
"name": "CVE-2022-49119",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49119"
},
{
"name": "CVE-2022-49120",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49120"
},
{
"name": "CVE-2022-49121",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49121"
},
{
"name": "CVE-2022-49122",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49122"
},
{
"name": "CVE-2022-49126",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49126"
},
{
"name": "CVE-2022-49128",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49128"
},
{
"name": "CVE-2022-49129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49129"
},
{
"name": "CVE-2022-49130",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49130"
},
{
"name": "CVE-2022-49131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49131"
},
{
"name": "CVE-2022-49132",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49132"
},
{
"name": "CVE-2022-49137",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49137"
},
{
"name": "CVE-2022-49145",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49145"
},
{
"name": "CVE-2022-49147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49147"
},
{
"name": "CVE-2022-49148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49148"
},
{
"name": "CVE-2022-49153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49153"
},
{
"name": "CVE-2022-49154",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49154"
},
{
"name": "CVE-2022-49155",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49155"
},
{
"name": "CVE-2022-49156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49156"
},
{
"name": "CVE-2022-49157",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49157"
},
{
"name": "CVE-2022-49158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49158"
},
{
"name": "CVE-2022-49159",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49159"
},
{
"name": "CVE-2022-49160",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49160"
},
{
"name": "CVE-2022-49162",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49162"
},
{
"name": "CVE-2022-49163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49163"
},
{
"name": "CVE-2022-49164",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49164"
},
{
"name": "CVE-2022-49165",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49165"
},
{
"name": "CVE-2022-49174",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49174"
},
{
"name": "CVE-2022-49175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49175"
},
{
"name": "CVE-2022-49176",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49176"
},
{
"name": "CVE-2022-49177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49177"
},
{
"name": "CVE-2022-49179",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49179"
},
{
"name": "CVE-2022-49180",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49180"
},
{
"name": "CVE-2022-49185",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49185"
},
{
"name": "CVE-2022-49187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49187"
},
{
"name": "CVE-2022-49188",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49188"
},
{
"name": "CVE-2022-49189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49189"
},
{
"name": "CVE-2022-49193",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49193"
},
{
"name": "CVE-2022-49194",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49194"
},
{
"name": "CVE-2022-49196",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49196"
},
{
"name": "CVE-2022-49199",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49199"
},
{
"name": "CVE-2022-49200",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49200"
},
{
"name": "CVE-2022-49206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49206"
},
{
"name": "CVE-2022-49208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49208"
},
{
"name": "CVE-2022-49212",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49212"
},
{
"name": "CVE-2022-49213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49213"
},
{
"name": "CVE-2022-49214",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49214"
},
{
"name": "CVE-2022-49216",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49216"
},
{
"name": "CVE-2022-49217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49217"
},
{
"name": "CVE-2022-49218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49218"
},
{
"name": "CVE-2022-49221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49221"
},
{
"name": "CVE-2022-49222",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49222"
},
{
"name": "CVE-2022-49224",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49224"
},
{
"name": "CVE-2022-49226",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49226"
},
{
"name": "CVE-2022-49227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49227"
},
{
"name": "CVE-2022-49232",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49232"
},
{
"name": "CVE-2022-49235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49235"
},
{
"name": "CVE-2022-49236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49236"
},
{
"name": "CVE-2022-49239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49239"
},
{
"name": "CVE-2022-49241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49241"
},
{
"name": "CVE-2022-49242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49242"
},
{
"name": "CVE-2022-49243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49243"
},
{
"name": "CVE-2022-49244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49244"
},
{
"name": "CVE-2022-49246",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49246"
},
{
"name": "CVE-2022-49248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49248"
},
{
"name": "CVE-2022-49249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49249"
},
{
"name": "CVE-2022-49250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49250"
},
{
"name": "CVE-2022-49251",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49251"
},
{
"name": "CVE-2022-49252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49252"
},
{
"name": "CVE-2022-49253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49253"
},
{
"name": "CVE-2022-49254",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49254"
},
{
"name": "CVE-2022-49256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49256"
},
{
"name": "CVE-2022-49257",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49257"
},
{
"name": "CVE-2022-49258",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49258"
},
{
"name": "CVE-2022-49259",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49259"
},
{
"name": "CVE-2022-49260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49260"
},
{
"name": "CVE-2022-49261",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49261"
},
{
"name": "CVE-2022-49262",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49262"
},
{
"name": "CVE-2022-49263",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49263"
},
{
"name": "CVE-2022-49264",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49264"
},
{
"name": "CVE-2022-49265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49265"
},
{
"name": "CVE-2022-49266",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49266"
},
{
"name": "CVE-2022-49268",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49268"
},
{
"name": "CVE-2022-49269",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49269"
},
{
"name": "CVE-2022-49270",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49270"
},
{
"name": "CVE-2022-49271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49271"
},
{
"name": "CVE-2022-49272",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49272"
},
{
"name": "CVE-2022-49273",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49273"
},
{
"name": "CVE-2022-49274",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49274"
},
{
"name": "CVE-2022-49275",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49275"
},
{
"name": "CVE-2022-49276",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49276"
},
{
"name": "CVE-2022-49277",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49277"
},
{
"name": "CVE-2022-49278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49278"
},
{
"name": "CVE-2022-49279",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49279"
},
{
"name": "CVE-2022-49280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49280"
},
{
"name": "CVE-2022-49281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49281"
},
{
"name": "CVE-2022-49283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49283"
},
{
"name": "CVE-2022-49285",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49285"
},
{
"name": "CVE-2022-49286",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49286"
},
{
"name": "CVE-2022-49287",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49287"
},
{
"name": "CVE-2022-49288",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49288"
},
{
"name": "CVE-2022-49290",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49290"
},
{
"name": "CVE-2022-49291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49291"
},
{
"name": "CVE-2022-49292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49292"
},
{
"name": "CVE-2022-49294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49294"
},
{
"name": "CVE-2022-49295",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49295"
},
{
"name": "CVE-2022-49297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49297"
},
{
"name": "CVE-2022-49298",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49298"
},
{
"name": "CVE-2022-49299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49299"
},
{
"name": "CVE-2022-49300",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49300"
},
{
"name": "CVE-2022-49301",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49301"
},
{
"name": "CVE-2022-49302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49302"
},
{
"name": "CVE-2022-49304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49304"
},
{
"name": "CVE-2022-49305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49305"
},
{
"name": "CVE-2022-49307",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49307"
},
{
"name": "CVE-2022-49308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49308"
},
{
"name": "CVE-2022-49309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49309"
},
{
"name": "CVE-2022-49310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49310"
},
{
"name": "CVE-2022-49311",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49311"
},
{
"name": "CVE-2022-49312",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49312"
},
{
"name": "CVE-2022-49313",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49313"
},
{
"name": "CVE-2022-49314",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49314"
},
{
"name": "CVE-2022-49315",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49315"
},
{
"name": "CVE-2022-49316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49316"
},
{
"name": "CVE-2022-49319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49319"
},
{
"name": "CVE-2022-49320",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49320"
},
{
"name": "CVE-2022-49321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49321"
},
{
"name": "CVE-2022-49322",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49322"
},
{
"name": "CVE-2022-49323",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49323"
},
{
"name": "CVE-2022-49326",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49326"
},
{
"name": "CVE-2022-49327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49327"
},
{
"name": "CVE-2022-49328",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49328"
},
{
"name": "CVE-2022-49331",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49331"
},
{
"name": "CVE-2022-49332",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49332"
},
{
"name": "CVE-2022-49335",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49335"
},
{
"name": "CVE-2022-49336",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49336"
},
{
"name": "CVE-2022-49337",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49337"
},
{
"name": "CVE-2022-49339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49339"
},
{
"name": "CVE-2022-49341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49341"
},
{
"name": "CVE-2022-49342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49342"
},
{
"name": "CVE-2022-49343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49343"
},
{
"name": "CVE-2022-49345",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49345"
},
{
"name": "CVE-2022-49346",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49346"
},
{
"name": "CVE-2022-49347",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49347"
},
{
"name": "CVE-2022-49348",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49348"
},
{
"name": "CVE-2022-49349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49349"
},
{
"name": "CVE-2022-49350",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49350"
},
{
"name": "CVE-2022-49351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49351"
},
{
"name": "CVE-2022-49352",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49352"
},
{
"name": "CVE-2022-49354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49354"
},
{
"name": "CVE-2022-49356",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49356"
},
{
"name": "CVE-2022-49357",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49357"
},
{
"name": "CVE-2022-49367",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49367"
},
{
"name": "CVE-2022-49368",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49368"
},
{
"name": "CVE-2022-49370",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49370"
},
{
"name": "CVE-2022-49371",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49371"
},
{
"name": "CVE-2022-49373",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49373"
},
{
"name": "CVE-2022-49375",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49375"
},
{
"name": "CVE-2022-49376",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49376"
},
{
"name": "CVE-2022-49377",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49377"
},
{
"name": "CVE-2022-49378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49378"
},
{
"name": "CVE-2022-49379",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49379"
},
{
"name": "CVE-2022-49381",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49381"
},
{
"name": "CVE-2022-49382",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49382"
},
{
"name": "CVE-2022-49384",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49384"
},
{
"name": "CVE-2022-49385",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49385"
},
{
"name": "CVE-2022-49386",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49386"
},
{
"name": "CVE-2022-49389",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49389"
},
{
"name": "CVE-2022-49392",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49392"
},
{
"name": "CVE-2022-49394",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49394"
},
{
"name": "CVE-2022-49396",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49396"
},
{
"name": "CVE-2022-49397",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49397"
},
{
"name": "CVE-2022-49398",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49398"
},
{
"name": "CVE-2022-49399",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49399"
},
{
"name": "CVE-2022-49400",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49400"
},
{
"name": "CVE-2022-49402",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49402"
},
{
"name": "CVE-2022-49404",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49404"
},
{
"name": "CVE-2022-49407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49407"
},
{
"name": "CVE-2022-49409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49409"
},
{
"name": "CVE-2022-49410",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49410"
},
{
"name": "CVE-2022-49411",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49411"
},
{
"name": "CVE-2022-49412",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49412"
},
{
"name": "CVE-2022-49413",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49413"
},
{
"name": "CVE-2022-49414",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49414"
},
{
"name": "CVE-2022-49416",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49416"
},
{
"name": "CVE-2022-49418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49418"
},
{
"name": "CVE-2022-49421",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49421"
},
{
"name": "CVE-2022-49422",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49422"
},
{
"name": "CVE-2022-49424",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49424"
},
{
"name": "CVE-2022-49426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49426"
},
{
"name": "CVE-2022-49427",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49427"
},
{
"name": "CVE-2022-49429",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49429"
},
{
"name": "CVE-2022-49430",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49430"
},
{
"name": "CVE-2022-49431",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49431"
},
{
"name": "CVE-2022-49432",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49432"
},
{
"name": "CVE-2022-49433",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49433"
},
{
"name": "CVE-2022-49434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49434"
},
{
"name": "CVE-2022-49435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49435"
},
{
"name": "CVE-2022-49437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49437"
},
{
"name": "CVE-2022-49438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49438"
},
{
"name": "CVE-2022-49440",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49440"
},
{
"name": "CVE-2022-49441",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49441"
},
{
"name": "CVE-2022-49442",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49442"
},
{
"name": "CVE-2022-49443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49443"
},
{
"name": "CVE-2022-49444",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49444"
},
{
"name": "CVE-2022-49445",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49445"
},
{
"name": "CVE-2022-49447",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49447"
},
{
"name": "CVE-2022-49448",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49448"
},
{
"name": "CVE-2022-49449",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49449"
},
{
"name": "CVE-2022-49451",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49451"
},
{
"name": "CVE-2022-49453",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49453"
},
{
"name": "CVE-2022-49455",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49455"
},
{
"name": "CVE-2022-49459",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49459"
},
{
"name": "CVE-2022-49460",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49460"
},
{
"name": "CVE-2022-49462",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49462"
},
{
"name": "CVE-2022-49463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49463"
},
{
"name": "CVE-2022-49466",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49466"
},
{
"name": "CVE-2022-49467",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49467"
},
{
"name": "CVE-2022-49468",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49468"
},
{
"name": "CVE-2022-49472",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49472"
},
{
"name": "CVE-2022-49473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49473"
},
{
"name": "CVE-2022-49474",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49474"
},
{
"name": "CVE-2022-49475",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49475"
},
{
"name": "CVE-2022-49477",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49477"
},
{
"name": "CVE-2022-49478",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49478"
},
{
"name": "CVE-2022-49480",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49480"
},
{
"name": "CVE-2022-49481",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49481"
},
{
"name": "CVE-2022-49482",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49482"
},
{
"name": "CVE-2022-49486",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49486"
},
{
"name": "CVE-2022-49487",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49487"
},
{
"name": "CVE-2022-49488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49488"
},
{
"name": "CVE-2022-49489",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49489"
},
{
"name": "CVE-2022-49491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49491"
},
{
"name": "CVE-2022-49492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49492"
},
{
"name": "CVE-2022-49493",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49493"
},
{
"name": "CVE-2022-49494",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49494"
},
{
"name": "CVE-2022-49495",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49495"
},
{
"name": "CVE-2022-49498",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49498"
},
{
"name": "CVE-2022-49501",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49501"
},
{
"name": "CVE-2022-49502",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49502"
},
{
"name": "CVE-2022-49503",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49503"
},
{
"name": "CVE-2022-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49504"
},
{
"name": "CVE-2022-49505",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49505"
},
{
"name": "CVE-2022-49506",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49506"
},
{
"name": "CVE-2022-49507",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49507"
},
{
"name": "CVE-2022-49508",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49508"
},
{
"name": "CVE-2022-49509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49509"
},
{
"name": "CVE-2022-49512",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49512"
},
{
"name": "CVE-2022-49514",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49514"
},
{
"name": "CVE-2022-49515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49515"
},
{
"name": "CVE-2022-49517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49517"
},
{
"name": "CVE-2022-49519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49519"
},
{
"name": "CVE-2022-49520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49520"
},
{
"name": "CVE-2022-49521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49521"
},
{
"name": "CVE-2022-49522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49522"
},
{
"name": "CVE-2022-49523",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49523"
},
{
"name": "CVE-2022-49524",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49524"
},
{
"name": "CVE-2022-49525",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49525"
},
{
"name": "CVE-2022-49526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49526"
},
{
"name": "CVE-2022-49527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49527"
},
{
"name": "CVE-2022-49532",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49532"
},
{
"name": "CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"name": "CVE-2022-49535",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49535"
},
{
"name": "CVE-2022-49536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49536"
},
{
"name": "CVE-2022-49537",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49537"
},
{
"name": "CVE-2022-49541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49541"
},
{
"name": "CVE-2022-49542",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49542"
},
{
"name": "CVE-2022-49544",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49544"
},
{
"name": "CVE-2022-49545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49545"
},
{
"name": "CVE-2022-49546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49546"
},
{
"name": "CVE-2022-49549",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49549"
},
{
"name": "CVE-2022-49551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49551"
},
{
"name": "CVE-2022-49555",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49555"
},
{
"name": "CVE-2022-49556",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49556"
},
{
"name": "CVE-2022-49559",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49559"
},
{
"name": "CVE-2022-49562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49562"
},
{
"name": "CVE-2022-49563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49563"
},
{
"name": "CVE-2022-49564",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49564"
},
{
"name": "CVE-2022-49566",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49566"
},
{
"name": "CVE-2022-49568",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49568"
},
{
"name": "CVE-2022-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49569"
},
{
"name": "CVE-2022-49570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49570"
},
{
"name": "CVE-2022-49579",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49579"
},
{
"name": "CVE-2022-49581",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49581"
},
{
"name": "CVE-2022-49583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49583"
},
{
"name": "CVE-2022-49584",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49584"
},
{
"name": "CVE-2022-49591",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49591"
},
{
"name": "CVE-2022-49592",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49592"
},
{
"name": "CVE-2022-49603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49603"
},
{
"name": "CVE-2022-49605",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49605"
},
{
"name": "CVE-2022-49606",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49606"
},
{
"name": "CVE-2022-49607",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49607"
},
{
"name": "CVE-2022-49609",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49609"
},
{
"name": "CVE-2022-49610",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49610"
},
{
"name": "CVE-2022-49611",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49611"
},
{
"name": "CVE-2022-49613",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49613"
},
{
"name": "CVE-2022-49615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49615"
},
{
"name": "CVE-2022-49616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49616"
},
{
"name": "CVE-2022-49617",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49617"
},
{
"name": "CVE-2022-49618",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49618"
},
{
"name": "CVE-2022-49621",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49621"
},
{
"name": "CVE-2022-49623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49623"
},
{
"name": "CVE-2022-49625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49625"
},
{
"name": "CVE-2022-49627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49627"
},
{
"name": "CVE-2022-49628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49628"
},
{
"name": "CVE-2022-49631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49631"
},
{
"name": "CVE-2022-49634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49634"
},
{
"name": "CVE-2022-49640",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49640"
},
{
"name": "CVE-2022-49641",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49641"
},
{
"name": "CVE-2022-49642",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49642"
},
{
"name": "CVE-2022-49643",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49643"
},
{
"name": "CVE-2022-49644",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49644"
},
{
"name": "CVE-2022-49645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49645"
},
{
"name": "CVE-2022-49646",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49646"
},
{
"name": "CVE-2022-49647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49647"
},
{
"name": "CVE-2022-49648",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49648"
},
{
"name": "CVE-2022-49649",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49649"
},
{
"name": "CVE-2022-49652",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49652"
},
{
"name": "CVE-2022-49653",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49653"
},
{
"name": "CVE-2022-49656",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49656"
},
{
"name": "CVE-2022-49657",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49657"
},
{
"name": "CVE-2022-49663",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49663"
},
{
"name": "CVE-2022-49665",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49665"
},
{
"name": "CVE-2022-49667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49667"
},
{
"name": "CVE-2022-49668",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49668"
},
{
"name": "CVE-2022-49670",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49670"
},
{
"name": "CVE-2022-49671",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49671"
},
{
"name": "CVE-2022-49672",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49672"
},
{
"name": "CVE-2022-49673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49673"
},
{
"name": "CVE-2022-49674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49674"
},
{
"name": "CVE-2022-49675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49675"
},
{
"name": "CVE-2022-49676",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49676"
},
{
"name": "CVE-2022-49677",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49677"
},
{
"name": "CVE-2022-49678",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49678"
},
{
"name": "CVE-2022-49679",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49679"
},
{
"name": "CVE-2022-49680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49680"
},
{
"name": "CVE-2022-49683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49683"
},
{
"name": "CVE-2022-49685",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49685"
},
{
"name": "CVE-2022-49687",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49687"
},
{
"name": "CVE-2022-49688",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49688"
},
{
"name": "CVE-2022-49693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49693"
},
{
"name": "CVE-2022-49695",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49695"
},
{
"name": "CVE-2022-49699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49699"
},
{
"name": "CVE-2022-49700",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49700"
},
{
"name": "CVE-2022-49701",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49701"
},
{
"name": "CVE-2022-49703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49703"
},
{
"name": "CVE-2022-49704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49704"
},
{
"name": "CVE-2022-49705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49705"
},
{
"name": "CVE-2022-49707",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49707"
},
{
"name": "CVE-2022-49708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49708"
},
{
"name": "CVE-2022-49710",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49710"
},
{
"name": "CVE-2022-49711",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49711"
},
{
"name": "CVE-2022-49712",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49712"
},
{
"name": "CVE-2022-49713",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49713"
},
{
"name": "CVE-2022-49714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49714"
},
{
"name": "CVE-2022-49715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49715"
},
{
"name": "CVE-2022-49716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49716"
},
{
"name": "CVE-2022-49719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49719"
},
{
"name": "CVE-2022-49720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49720"
},
{
"name": "CVE-2022-49721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49721"
},
{
"name": "CVE-2022-49722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49722"
},
{
"name": "CVE-2022-49723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49723"
},
{
"name": "CVE-2022-49724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49724"
},
{
"name": "CVE-2022-49725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49725"
},
{
"name": "CVE-2022-49726",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49726"
},
{
"name": "CVE-2022-49729",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49729"
},
{
"name": "CVE-2022-49730",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49730"
},
{
"name": "CVE-2022-49731",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49731"
},
{
"name": "CVE-2022-49733",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49733"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
}
],
"initial_release_date": "2025-03-28T00:00:00",
"last_revision_date": "2025-03-28T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0252",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-03-28T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": "2025-03-26",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1027-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251027-1"
},
{
"published_at": "2025-03-21",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:0983-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250983-1"
}
]
}
CERTFR-2025-AVI-0307
Vulnerability from certfr_avis - Published: 2025-04-11 - Updated: 2025-04-11
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.3 | ||
| SUSE | N/A | SUSE Linux Enterprise Desktop 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.3 | ||
| SUSE | N/A | SUSE Manager Proxy 4.3 | ||
| SUSE | N/A | Basesystem Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.2 | ||
| SUSE | N/A | SUSE Real Time Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP4 | ||
| SUSE | N/A | Public Cloud Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.4 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP4 | ||
| SUSE | N/A | SUSE Manager Retail Branch Server 4.3 | ||
| SUSE | N/A | openSUSE Leap 15.4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
| SUSE | N/A | openSUSE Leap 15.5 | ||
| SUSE | N/A | SUSE Manager Server 4.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP6 | ||
| SUSE | N/A | Legacy Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP6 | ||
| SUSE | N/A | openSUSE Leap 15.6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Workstation Extension 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.1 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
| SUSE | N/A | Development Tools Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.5 |
| Title | Publication Time | Tags | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Desktop 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Proxy 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Basesystem Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Real Time Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Public Cloud Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Retail Branch Server 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Server 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Legacy Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Workstation Extension 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Development Tools Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"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-2017-5753",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-5753"
},
{
"name": "CVE-2020-27835",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27835"
},
{
"name": "CVE-2022-1016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1016"
},
{
"name": "CVE-2022-1184",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1184"
},
{
"name": "CVE-2022-1048",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1048"
},
{
"name": "CVE-2022-0168",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0168"
},
{
"name": "CVE-2022-3435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3435"
},
{
"name": "CVE-2022-29901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29901"
},
{
"name": "CVE-2022-29900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29900"
},
{
"name": "CVE-2022-2977",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2977"
},
{
"name": "CVE-2022-3303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3303"
},
{
"name": "CVE-2023-0179",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0179"
},
{
"name": "CVE-2023-1652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1652"
},
{
"name": "CVE-2023-28410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28410"
},
{
"name": "CVE-2023-2162",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2162"
},
{
"name": "CVE-2023-3567",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3567"
},
{
"name": "CVE-2024-2201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2201"
},
{
"name": "CVE-2024-26634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26634"
},
{
"name": "CVE-2021-47248",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47248"
},
{
"name": "CVE-2024-35910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35910"
},
{
"name": "CVE-2024-26873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26873"
},
{
"name": "CVE-2024-35826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35826"
},
{
"name": "CVE-2024-41005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41005"
},
{
"name": "CVE-2024-38606",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38606"
},
{
"name": "CVE-2024-41077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41077"
},
{
"name": "CVE-2024-42229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42229"
},
{
"name": "CVE-2024-41092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41092"
},
{
"name": "CVE-2024-42098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42098"
},
{
"name": "CVE-2024-42240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42240"
},
{
"name": "CVE-2021-47517",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47517"
},
{
"name": "CVE-2024-46782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46782"
},
{
"name": "CVE-2024-50126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50126"
},
{
"name": "CVE-2024-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50290"
},
{
"name": "CVE-2024-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53057"
},
{
"name": "CVE-2024-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53063"
},
{
"name": "CVE-2024-42307",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42307"
},
{
"name": "CVE-2024-43820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43820"
},
{
"name": "CVE-2024-49924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49924"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53064"
},
{
"name": "CVE-2024-56642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56642"
},
{
"name": "CVE-2024-56651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56651"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2025-21631",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21631"
},
{
"name": "CVE-2025-21671",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21671"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2024-50140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50140"
},
{
"name": "CVE-2024-50152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50152"
},
{
"name": "CVE-2024-53163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53163"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-56702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56702"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2023-52926",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52926"
},
{
"name": "CVE-2024-47408",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47408"
},
{
"name": "CVE-2024-49571",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49571"
},
{
"name": "CVE-2024-53680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53680"
},
{
"name": "CVE-2024-56640",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56640"
},
{
"name": "CVE-2024-56718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56718"
},
{
"name": "CVE-2024-56770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56770"
},
{
"name": "CVE-2024-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57807"
},
{
"name": "CVE-2024-57900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57900"
},
{
"name": "CVE-2021-47633",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47633"
},
{
"name": "CVE-2021-47644",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47644"
},
{
"name": "CVE-2022-49076",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49076"
},
{
"name": "CVE-2022-49089",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49089"
},
{
"name": "CVE-2022-49134",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49134"
},
{
"name": "CVE-2022-49135",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49135"
},
{
"name": "CVE-2022-49151",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49151"
},
{
"name": "CVE-2022-49178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49178"
},
{
"name": "CVE-2022-49182",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49182"
},
{
"name": "CVE-2022-49201",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49201"
},
{
"name": "CVE-2022-49247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49247"
},
{
"name": "CVE-2022-49490",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49490"
},
{
"name": "CVE-2022-49626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49626"
},
{
"name": "CVE-2022-49661",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49661"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2025-21733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21733"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2025-21754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21754"
},
{
"name": "CVE-2021-4453",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4453"
},
{
"name": "CVE-2021-47631",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47631"
},
{
"name": "CVE-2021-47632",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47632"
},
{
"name": "CVE-2021-47635",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47635"
},
{
"name": "CVE-2021-47636",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47636"
},
{
"name": "CVE-2021-47637",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47637"
},
{
"name": "CVE-2021-47638",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47638"
},
{
"name": "CVE-2021-47639",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47639"
},
{
"name": "CVE-2021-47641",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47641"
},
{
"name": "CVE-2021-47642",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47642"
},
{
"name": "CVE-2021-47643",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47643"
},
{
"name": "CVE-2021-47645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47645"
},
{
"name": "CVE-2021-47646",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47646"
},
{
"name": "CVE-2021-47647",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47647"
},
{
"name": "CVE-2021-47648",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47648"
},
{
"name": "CVE-2021-47649",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47649"
},
{
"name": "CVE-2021-47650",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47650"
},
{
"name": "CVE-2021-47651",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47651"
},
{
"name": "CVE-2021-47652",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47652"
},
{
"name": "CVE-2021-47653",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47653"
},
{
"name": "CVE-2021-47654",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47654"
},
{
"name": "CVE-2021-47656",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47656"
},
{
"name": "CVE-2021-47657",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47657"
},
{
"name": "CVE-2021-47659",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47659"
},
{
"name": "CVE-2022-0995",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0995"
},
{
"name": "CVE-2022-49044",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49044"
},
{
"name": "CVE-2022-49050",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49050"
},
{
"name": "CVE-2022-49051",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49051"
},
{
"name": "CVE-2022-49054",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49054"
},
{
"name": "CVE-2022-49055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49055"
},
{
"name": "CVE-2022-49058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49058"
},
{
"name": "CVE-2022-49059",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49059"
},
{
"name": "CVE-2022-49060",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49060"
},
{
"name": "CVE-2022-49061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49061"
},
{
"name": "CVE-2022-49063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
},
{
"name": "CVE-2022-49065",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49065"
},
{
"name": "CVE-2022-49066",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49066"
},
{
"name": "CVE-2022-49073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49073"
},
{
"name": "CVE-2022-49074",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49074"
},
{
"name": "CVE-2022-49078",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49078"
},
{
"name": "CVE-2022-49082",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49082"
},
{
"name": "CVE-2022-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49083"
},
{
"name": "CVE-2022-49084",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49084"
},
{
"name": "CVE-2022-49085",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49085"
},
{
"name": "CVE-2022-49086",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49086"
},
{
"name": "CVE-2022-49088",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49088"
},
{
"name": "CVE-2022-49090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49090"
},
{
"name": "CVE-2022-49091",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49091"
},
{
"name": "CVE-2022-49092",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49092"
},
{
"name": "CVE-2022-49093",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49093"
},
{
"name": "CVE-2022-49095",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49095"
},
{
"name": "CVE-2022-49096",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49096"
},
{
"name": "CVE-2022-49097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49097"
},
{
"name": "CVE-2022-49098",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49098"
},
{
"name": "CVE-2022-49099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49099"
},
{
"name": "CVE-2022-49100",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49100"
},
{
"name": "CVE-2022-49102",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49102"
},
{
"name": "CVE-2022-49103",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49103"
},
{
"name": "CVE-2022-49104",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49104"
},
{
"name": "CVE-2022-49105",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49105"
},
{
"name": "CVE-2022-49106",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49106"
},
{
"name": "CVE-2022-49107",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49107"
},
{
"name": "CVE-2022-49109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49109"
},
{
"name": "CVE-2022-49111",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49111"
},
{
"name": "CVE-2022-49112",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49112"
},
{
"name": "CVE-2022-49113",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49113"
},
{
"name": "CVE-2022-49114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49114"
},
{
"name": "CVE-2022-49115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49115"
},
{
"name": "CVE-2022-49116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49116"
},
{
"name": "CVE-2022-49118",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49118"
},
{
"name": "CVE-2022-49119",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49119"
},
{
"name": "CVE-2022-49120",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49120"
},
{
"name": "CVE-2022-49121",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49121"
},
{
"name": "CVE-2022-49122",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49122"
},
{
"name": "CVE-2022-49126",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49126"
},
{
"name": "CVE-2022-49128",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49128"
},
{
"name": "CVE-2022-49129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49129"
},
{
"name": "CVE-2022-49130",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49130"
},
{
"name": "CVE-2022-49131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49131"
},
{
"name": "CVE-2022-49132",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49132"
},
{
"name": "CVE-2022-49137",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49137"
},
{
"name": "CVE-2022-49145",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49145"
},
{
"name": "CVE-2022-49147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49147"
},
{
"name": "CVE-2022-49148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49148"
},
{
"name": "CVE-2022-49153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49153"
},
{
"name": "CVE-2022-49154",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49154"
},
{
"name": "CVE-2022-49155",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49155"
},
{
"name": "CVE-2022-49156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49156"
},
{
"name": "CVE-2022-49157",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49157"
},
{
"name": "CVE-2022-49158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49158"
},
{
"name": "CVE-2022-49159",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49159"
},
{
"name": "CVE-2022-49160",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49160"
},
{
"name": "CVE-2022-49162",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49162"
},
{
"name": "CVE-2022-49163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49163"
},
{
"name": "CVE-2022-49164",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49164"
},
{
"name": "CVE-2022-49165",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49165"
},
{
"name": "CVE-2022-49174",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49174"
},
{
"name": "CVE-2022-49175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49175"
},
{
"name": "CVE-2022-49176",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49176"
},
{
"name": "CVE-2022-49177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49177"
},
{
"name": "CVE-2022-49179",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49179"
},
{
"name": "CVE-2022-49180",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49180"
},
{
"name": "CVE-2022-49185",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49185"
},
{
"name": "CVE-2022-49187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49187"
},
{
"name": "CVE-2022-49188",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49188"
},
{
"name": "CVE-2022-49189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49189"
},
{
"name": "CVE-2022-49193",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49193"
},
{
"name": "CVE-2022-49194",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49194"
},
{
"name": "CVE-2022-49196",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49196"
},
{
"name": "CVE-2022-49199",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49199"
},
{
"name": "CVE-2022-49200",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49200"
},
{
"name": "CVE-2022-49206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49206"
},
{
"name": "CVE-2022-49208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49208"
},
{
"name": "CVE-2022-49212",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49212"
},
{
"name": "CVE-2022-49213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49213"
},
{
"name": "CVE-2022-49214",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49214"
},
{
"name": "CVE-2022-49216",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49216"
},
{
"name": "CVE-2022-49217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49217"
},
{
"name": "CVE-2022-49218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49218"
},
{
"name": "CVE-2022-49221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49221"
},
{
"name": "CVE-2022-49222",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49222"
},
{
"name": "CVE-2022-49224",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49224"
},
{
"name": "CVE-2022-49226",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49226"
},
{
"name": "CVE-2022-49227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49227"
},
{
"name": "CVE-2022-49232",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49232"
},
{
"name": "CVE-2022-49235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49235"
},
{
"name": "CVE-2022-49236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49236"
},
{
"name": "CVE-2022-49239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49239"
},
{
"name": "CVE-2022-49241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49241"
},
{
"name": "CVE-2022-49242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49242"
},
{
"name": "CVE-2022-49243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49243"
},
{
"name": "CVE-2022-49244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49244"
},
{
"name": "CVE-2022-49246",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49246"
},
{
"name": "CVE-2022-49248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49248"
},
{
"name": "CVE-2022-49249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49249"
},
{
"name": "CVE-2022-49250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49250"
},
{
"name": "CVE-2022-49251",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49251"
},
{
"name": "CVE-2022-49252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49252"
},
{
"name": "CVE-2022-49253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49253"
},
{
"name": "CVE-2022-49254",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49254"
},
{
"name": "CVE-2022-49256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49256"
},
{
"name": "CVE-2022-49257",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49257"
},
{
"name": "CVE-2022-49258",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49258"
},
{
"name": "CVE-2022-49259",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49259"
},
{
"name": "CVE-2022-49260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49260"
},
{
"name": "CVE-2022-49261",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49261"
},
{
"name": "CVE-2022-49262",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49262"
},
{
"name": "CVE-2022-49263",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49263"
},
{
"name": "CVE-2022-49264",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49264"
},
{
"name": "CVE-2022-49265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49265"
},
{
"name": "CVE-2022-49266",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49266"
},
{
"name": "CVE-2022-49268",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49268"
},
{
"name": "CVE-2022-49269",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49269"
},
{
"name": "CVE-2022-49270",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49270"
},
{
"name": "CVE-2022-49271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49271"
},
{
"name": "CVE-2022-49272",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49272"
},
{
"name": "CVE-2022-49273",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49273"
},
{
"name": "CVE-2022-49274",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49274"
},
{
"name": "CVE-2022-49275",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49275"
},
{
"name": "CVE-2022-49276",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49276"
},
{
"name": "CVE-2022-49277",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49277"
},
{
"name": "CVE-2022-49278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49278"
},
{
"name": "CVE-2022-49279",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49279"
},
{
"name": "CVE-2022-49280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49280"
},
{
"name": "CVE-2022-49281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49281"
},
{
"name": "CVE-2022-49283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49283"
},
{
"name": "CVE-2022-49285",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49285"
},
{
"name": "CVE-2022-49286",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49286"
},
{
"name": "CVE-2022-49287",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49287"
},
{
"name": "CVE-2022-49288",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49288"
},
{
"name": "CVE-2022-49290",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49290"
},
{
"name": "CVE-2022-49291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49291"
},
{
"name": "CVE-2022-49292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49292"
},
{
"name": "CVE-2022-49294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49294"
},
{
"name": "CVE-2022-49295",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49295"
},
{
"name": "CVE-2022-49297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49297"
},
{
"name": "CVE-2022-49298",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49298"
},
{
"name": "CVE-2022-49299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49299"
},
{
"name": "CVE-2022-49300",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49300"
},
{
"name": "CVE-2022-49301",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49301"
},
{
"name": "CVE-2022-49302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49302"
},
{
"name": "CVE-2022-49304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49304"
},
{
"name": "CVE-2022-49305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49305"
},
{
"name": "CVE-2022-49307",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49307"
},
{
"name": "CVE-2022-49308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49308"
},
{
"name": "CVE-2022-49309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49309"
},
{
"name": "CVE-2022-49310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49310"
},
{
"name": "CVE-2022-49311",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49311"
},
{
"name": "CVE-2022-49312",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49312"
},
{
"name": "CVE-2022-49313",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49313"
},
{
"name": "CVE-2022-49314",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49314"
},
{
"name": "CVE-2022-49315",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49315"
},
{
"name": "CVE-2022-49316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49316"
},
{
"name": "CVE-2022-49319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49319"
},
{
"name": "CVE-2022-49320",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49320"
},
{
"name": "CVE-2022-49321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49321"
},
{
"name": "CVE-2022-49322",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49322"
},
{
"name": "CVE-2022-49323",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49323"
},
{
"name": "CVE-2022-49326",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49326"
},
{
"name": "CVE-2022-49327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49327"
},
{
"name": "CVE-2022-49328",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49328"
},
{
"name": "CVE-2022-49331",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49331"
},
{
"name": "CVE-2022-49332",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49332"
},
{
"name": "CVE-2022-49335",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49335"
},
{
"name": "CVE-2022-49336",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49336"
},
{
"name": "CVE-2022-49337",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49337"
},
{
"name": "CVE-2022-49339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49339"
},
{
"name": "CVE-2022-49341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49341"
},
{
"name": "CVE-2022-49342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49342"
},
{
"name": "CVE-2022-49343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49343"
},
{
"name": "CVE-2022-49345",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49345"
},
{
"name": "CVE-2022-49346",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49346"
},
{
"name": "CVE-2022-49347",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49347"
},
{
"name": "CVE-2022-49348",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49348"
},
{
"name": "CVE-2022-49349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49349"
},
{
"name": "CVE-2022-49350",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49350"
},
{
"name": "CVE-2022-49351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49351"
},
{
"name": "CVE-2022-49352",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49352"
},
{
"name": "CVE-2022-49354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49354"
},
{
"name": "CVE-2022-49356",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49356"
},
{
"name": "CVE-2022-49357",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49357"
},
{
"name": "CVE-2022-49367",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49367"
},
{
"name": "CVE-2022-49368",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49368"
},
{
"name": "CVE-2022-49370",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49370"
},
{
"name": "CVE-2022-49371",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49371"
},
{
"name": "CVE-2022-49373",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49373"
},
{
"name": "CVE-2022-49375",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49375"
},
{
"name": "CVE-2022-49376",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49376"
},
{
"name": "CVE-2022-49377",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49377"
},
{
"name": "CVE-2022-49378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49378"
},
{
"name": "CVE-2022-49379",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49379"
},
{
"name": "CVE-2022-49381",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49381"
},
{
"name": "CVE-2022-49382",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49382"
},
{
"name": "CVE-2022-49384",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49384"
},
{
"name": "CVE-2022-49385",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49385"
},
{
"name": "CVE-2022-49386",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49386"
},
{
"name": "CVE-2022-49389",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49389"
},
{
"name": "CVE-2022-49392",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49392"
},
{
"name": "CVE-2022-49394",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49394"
},
{
"name": "CVE-2022-49396",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49396"
},
{
"name": "CVE-2022-49397",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49397"
},
{
"name": "CVE-2022-49398",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49398"
},
{
"name": "CVE-2022-49399",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49399"
},
{
"name": "CVE-2022-49400",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49400"
},
{
"name": "CVE-2022-49402",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49402"
},
{
"name": "CVE-2022-49404",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49404"
},
{
"name": "CVE-2022-49407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49407"
},
{
"name": "CVE-2022-49409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49409"
},
{
"name": "CVE-2022-49410",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49410"
},
{
"name": "CVE-2022-49411",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49411"
},
{
"name": "CVE-2022-49412",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49412"
},
{
"name": "CVE-2022-49413",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49413"
},
{
"name": "CVE-2022-49414",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49414"
},
{
"name": "CVE-2022-49416",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49416"
},
{
"name": "CVE-2022-49418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49418"
},
{
"name": "CVE-2022-49421",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49421"
},
{
"name": "CVE-2022-49422",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49422"
},
{
"name": "CVE-2022-49424",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49424"
},
{
"name": "CVE-2022-49426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49426"
},
{
"name": "CVE-2022-49427",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49427"
},
{
"name": "CVE-2022-49429",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49429"
},
{
"name": "CVE-2022-49430",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49430"
},
{
"name": "CVE-2022-49431",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49431"
},
{
"name": "CVE-2022-49432",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49432"
},
{
"name": "CVE-2022-49433",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49433"
},
{
"name": "CVE-2022-49434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49434"
},
{
"name": "CVE-2022-49435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49435"
},
{
"name": "CVE-2022-49437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49437"
},
{
"name": "CVE-2022-49438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49438"
},
{
"name": "CVE-2022-49440",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49440"
},
{
"name": "CVE-2022-49441",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49441"
},
{
"name": "CVE-2022-49442",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49442"
},
{
"name": "CVE-2022-49443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49443"
},
{
"name": "CVE-2022-49444",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49444"
},
{
"name": "CVE-2022-49445",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49445"
},
{
"name": "CVE-2022-49447",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49447"
},
{
"name": "CVE-2022-49448",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49448"
},
{
"name": "CVE-2022-49449",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49449"
},
{
"name": "CVE-2022-49451",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49451"
},
{
"name": "CVE-2022-49453",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49453"
},
{
"name": "CVE-2022-49455",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49455"
},
{
"name": "CVE-2022-49459",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49459"
},
{
"name": "CVE-2022-49460",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49460"
},
{
"name": "CVE-2022-49462",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49462"
},
{
"name": "CVE-2022-49463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49463"
},
{
"name": "CVE-2022-49466",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49466"
},
{
"name": "CVE-2022-49467",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49467"
},
{
"name": "CVE-2022-49468",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49468"
},
{
"name": "CVE-2022-49472",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49472"
},
{
"name": "CVE-2022-49473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49473"
},
{
"name": "CVE-2022-49474",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49474"
},
{
"name": "CVE-2022-49475",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49475"
},
{
"name": "CVE-2022-49477",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49477"
},
{
"name": "CVE-2022-49478",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49478"
},
{
"name": "CVE-2022-49480",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49480"
},
{
"name": "CVE-2022-49481",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49481"
},
{
"name": "CVE-2022-49482",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49482"
},
{
"name": "CVE-2022-49486",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49486"
},
{
"name": "CVE-2022-49487",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49487"
},
{
"name": "CVE-2022-49488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49488"
},
{
"name": "CVE-2022-49489",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49489"
},
{
"name": "CVE-2022-49491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49491"
},
{
"name": "CVE-2022-49492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49492"
},
{
"name": "CVE-2022-49493",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49493"
},
{
"name": "CVE-2022-49494",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49494"
},
{
"name": "CVE-2022-49495",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49495"
},
{
"name": "CVE-2022-49498",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49498"
},
{
"name": "CVE-2022-49501",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49501"
},
{
"name": "CVE-2022-49502",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49502"
},
{
"name": "CVE-2022-49503",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49503"
},
{
"name": "CVE-2022-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49504"
},
{
"name": "CVE-2022-49505",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49505"
},
{
"name": "CVE-2022-49506",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49506"
},
{
"name": "CVE-2022-49507",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49507"
},
{
"name": "CVE-2022-49508",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49508"
},
{
"name": "CVE-2022-49509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49509"
},
{
"name": "CVE-2022-49512",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49512"
},
{
"name": "CVE-2022-49514",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49514"
},
{
"name": "CVE-2022-49515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49515"
},
{
"name": "CVE-2022-49517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49517"
},
{
"name": "CVE-2022-49519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49519"
},
{
"name": "CVE-2022-49520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49520"
},
{
"name": "CVE-2022-49521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49521"
},
{
"name": "CVE-2022-49522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49522"
},
{
"name": "CVE-2022-49523",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49523"
},
{
"name": "CVE-2022-49524",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49524"
},
{
"name": "CVE-2022-49525",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49525"
},
{
"name": "CVE-2022-49526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49526"
},
{
"name": "CVE-2022-49527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49527"
},
{
"name": "CVE-2022-49532",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49532"
},
{
"name": "CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"name": "CVE-2022-49535",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49535"
},
{
"name": "CVE-2022-49536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49536"
},
{
"name": "CVE-2022-49537",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49537"
},
{
"name": "CVE-2022-49541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49541"
},
{
"name": "CVE-2022-49542",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49542"
},
{
"name": "CVE-2022-49544",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49544"
},
{
"name": "CVE-2022-49545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49545"
},
{
"name": "CVE-2022-49546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49546"
},
{
"name": "CVE-2022-49549",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49549"
},
{
"name": "CVE-2022-49551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49551"
},
{
"name": "CVE-2022-49555",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49555"
},
{
"name": "CVE-2022-49556",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49556"
},
{
"name": "CVE-2022-49559",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49559"
},
{
"name": "CVE-2022-49562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49562"
},
{
"name": "CVE-2022-49563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49563"
},
{
"name": "CVE-2022-49564",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49564"
},
{
"name": "CVE-2022-49566",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49566"
},
{
"name": "CVE-2022-49568",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49568"
},
{
"name": "CVE-2022-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49569"
},
{
"name": "CVE-2022-49570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49570"
},
{
"name": "CVE-2022-49579",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49579"
},
{
"name": "CVE-2022-49581",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49581"
},
{
"name": "CVE-2022-49583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49583"
},
{
"name": "CVE-2022-49584",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49584"
},
{
"name": "CVE-2022-49591",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49591"
},
{
"name": "CVE-2022-49592",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49592"
},
{
"name": "CVE-2022-49603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49603"
},
{
"name": "CVE-2022-49605",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49605"
},
{
"name": "CVE-2022-49606",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49606"
},
{
"name": "CVE-2022-49607",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49607"
},
{
"name": "CVE-2022-49609",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49609"
},
{
"name": "CVE-2022-49610",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49610"
},
{
"name": "CVE-2022-49611",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49611"
},
{
"name": "CVE-2022-49613",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49613"
},
{
"name": "CVE-2022-49615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49615"
},
{
"name": "CVE-2022-49616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49616"
},
{
"name": "CVE-2022-49617",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49617"
},
{
"name": "CVE-2022-49618",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49618"
},
{
"name": "CVE-2022-49621",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49621"
},
{
"name": "CVE-2022-49623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49623"
},
{
"name": "CVE-2022-49625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49625"
},
{
"name": "CVE-2022-49627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49627"
},
{
"name": "CVE-2022-49628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49628"
},
{
"name": "CVE-2022-49631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49631"
},
{
"name": "CVE-2022-49634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49634"
},
{
"name": "CVE-2022-49640",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49640"
},
{
"name": "CVE-2022-49641",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49641"
},
{
"name": "CVE-2022-49642",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49642"
},
{
"name": "CVE-2022-49643",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49643"
},
{
"name": "CVE-2022-49644",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49644"
},
{
"name": "CVE-2022-49645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49645"
},
{
"name": "CVE-2022-49646",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49646"
},
{
"name": "CVE-2022-49647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49647"
},
{
"name": "CVE-2022-49648",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49648"
},
{
"name": "CVE-2022-49649",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49649"
},
{
"name": "CVE-2022-49652",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49652"
},
{
"name": "CVE-2022-49653",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49653"
},
{
"name": "CVE-2022-49656",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49656"
},
{
"name": "CVE-2022-49657",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49657"
},
{
"name": "CVE-2022-49663",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49663"
},
{
"name": "CVE-2022-49665",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49665"
},
{
"name": "CVE-2022-49667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49667"
},
{
"name": "CVE-2022-49668",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49668"
},
{
"name": "CVE-2022-49670",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49670"
},
{
"name": "CVE-2022-49671",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49671"
},
{
"name": "CVE-2022-49672",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49672"
},
{
"name": "CVE-2022-49673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49673"
},
{
"name": "CVE-2022-49674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49674"
},
{
"name": "CVE-2022-49675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49675"
},
{
"name": "CVE-2022-49676",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49676"
},
{
"name": "CVE-2022-49677",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49677"
},
{
"name": "CVE-2022-49678",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49678"
},
{
"name": "CVE-2022-49679",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49679"
},
{
"name": "CVE-2022-49680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49680"
},
{
"name": "CVE-2022-49683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49683"
},
{
"name": "CVE-2022-49685",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49685"
},
{
"name": "CVE-2022-49687",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49687"
},
{
"name": "CVE-2022-49688",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49688"
},
{
"name": "CVE-2022-49693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49693"
},
{
"name": "CVE-2022-49695",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49695"
},
{
"name": "CVE-2022-49699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49699"
},
{
"name": "CVE-2022-49700",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49700"
},
{
"name": "CVE-2022-49701",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49701"
},
{
"name": "CVE-2022-49703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49703"
},
{
"name": "CVE-2022-49704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49704"
},
{
"name": "CVE-2022-49705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49705"
},
{
"name": "CVE-2022-49707",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49707"
},
{
"name": "CVE-2022-49708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49708"
},
{
"name": "CVE-2022-49710",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49710"
},
{
"name": "CVE-2022-49711",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49711"
},
{
"name": "CVE-2022-49712",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49712"
},
{
"name": "CVE-2022-49713",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49713"
},
{
"name": "CVE-2022-49714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49714"
},
{
"name": "CVE-2022-49715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49715"
},
{
"name": "CVE-2022-49716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49716"
},
{
"name": "CVE-2022-49719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49719"
},
{
"name": "CVE-2022-49720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49720"
},
{
"name": "CVE-2022-49721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49721"
},
{
"name": "CVE-2022-49722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49722"
},
{
"name": "CVE-2022-49723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49723"
},
{
"name": "CVE-2022-49724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49724"
},
{
"name": "CVE-2022-49725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49725"
},
{
"name": "CVE-2022-49726",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49726"
},
{
"name": "CVE-2022-49729",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49729"
},
{
"name": "CVE-2022-49730",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49730"
},
{
"name": "CVE-2022-49731",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49731"
},
{
"name": "CVE-2022-49733",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49733"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2024-47794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47794"
},
{
"name": "CVE-2024-54683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54683"
},
{
"name": "CVE-2024-56638",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56638"
},
{
"name": "CVE-2024-56719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56719"
},
{
"name": "CVE-2024-56758",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56758"
},
{
"name": "CVE-2025-21635",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21635"
},
{
"name": "CVE-2025-21659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21659"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2024-57978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57978"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2024-57997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57997"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2024-58009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58009"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2024-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58056"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2024-58080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58080"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-21701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21701"
},
{
"name": "CVE-2025-21703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21703"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-21775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21775"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2025-21794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21794"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2025-21819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21819"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2021-4454",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4454"
},
{
"name": "CVE-2022-49053",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49053"
},
{
"name": "CVE-2022-49056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49056"
},
{
"name": "CVE-2022-49057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49057"
},
{
"name": "CVE-2022-49062",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49062"
},
{
"name": "CVE-2022-49064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49064"
},
{
"name": "CVE-2022-49070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49070"
},
{
"name": "CVE-2022-49071",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49071"
},
{
"name": "CVE-2022-49075",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49075"
},
{
"name": "CVE-2022-49123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49123"
},
{
"name": "CVE-2022-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49125"
},
{
"name": "CVE-2022-49133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49133"
},
{
"name": "CVE-2022-49136",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49136"
},
{
"name": "CVE-2022-49138",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49138"
},
{
"name": "CVE-2022-49139",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49139"
},
{
"name": "CVE-2022-49144",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49144"
},
{
"name": "CVE-2022-49183",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49183"
},
{
"name": "CVE-2022-49192",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49192"
},
{
"name": "CVE-2022-49202",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49202"
},
{
"name": "CVE-2022-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49203"
},
{
"name": "CVE-2022-49204",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49204"
},
{
"name": "CVE-2022-49205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49205"
},
{
"name": "CVE-2022-49207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49207"
},
{
"name": "CVE-2022-49209",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49209"
},
{
"name": "CVE-2022-49215",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49215"
},
{
"name": "CVE-2022-49219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49219"
},
{
"name": "CVE-2022-49225",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49225"
},
{
"name": "CVE-2022-49228",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49228"
},
{
"name": "CVE-2022-49230",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49230"
},
{
"name": "CVE-2022-49233",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49233"
},
{
"name": "CVE-2022-49237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49237"
},
{
"name": "CVE-2022-49238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49238"
},
{
"name": "CVE-2022-49293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49293"
},
{
"name": "CVE-2022-49296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49296"
},
{
"name": "CVE-2022-49306",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49306"
},
{
"name": "CVE-2022-49325",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49325"
},
{
"name": "CVE-2022-49329",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49329"
},
{
"name": "CVE-2022-49330",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49330"
},
{
"name": "CVE-2022-49333",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49333"
},
{
"name": "CVE-2022-49338",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49338"
},
{
"name": "CVE-2022-49353",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49353"
},
{
"name": "CVE-2022-49359",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49359"
},
{
"name": "CVE-2022-49362",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49362"
},
{
"name": "CVE-2022-49365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49365"
},
{
"name": "CVE-2022-49390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49390"
},
{
"name": "CVE-2022-49406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49406"
},
{
"name": "CVE-2022-49419",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49419"
},
{
"name": "CVE-2022-49436",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49436"
},
{
"name": "CVE-2022-49446",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49446"
},
{
"name": "CVE-2022-49458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49458"
},
{
"name": "CVE-2022-49465",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49465"
},
{
"name": "CVE-2022-49470",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49470"
},
{
"name": "CVE-2022-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49476"
},
{
"name": "CVE-2022-49479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49479"
},
{
"name": "CVE-2022-49483",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49483"
},
{
"name": "CVE-2022-49484",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49484"
},
{
"name": "CVE-2022-49485",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49485"
},
{
"name": "CVE-2022-49497",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49497"
},
{
"name": "CVE-2022-49499",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49499"
},
{
"name": "CVE-2022-49510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49510"
},
{
"name": "CVE-2022-49511",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49511"
},
{
"name": "CVE-2022-49516",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49516"
},
{
"name": "CVE-2022-49518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49518"
},
{
"name": "CVE-2022-49529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49529"
},
{
"name": "CVE-2022-49530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49530"
},
{
"name": "CVE-2022-49533",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49533"
},
{
"name": "CVE-2022-49538",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49538"
},
{
"name": "CVE-2022-49543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49543"
},
{
"name": "CVE-2022-49548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49548"
},
{
"name": "CVE-2022-49552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49552"
},
{
"name": "CVE-2022-49560",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49560"
},
{
"name": "CVE-2022-49565",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49565"
},
{
"name": "CVE-2022-49624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49624"
},
{
"name": "CVE-2022-49635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49635"
},
{
"name": "CVE-2022-49638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49638"
},
{
"name": "CVE-2022-49650",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49650"
},
{
"name": "CVE-2022-49655",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49655"
},
{
"name": "CVE-2022-49658",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49658"
},
{
"name": "CVE-2022-49686",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49686"
},
{
"name": "CVE-2022-49694",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49694"
},
{
"name": "CVE-2022-49697",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49697"
},
{
"name": "CVE-2022-49732",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49732"
},
{
"name": "CVE-2022-49739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49739"
},
{
"name": "CVE-2022-49746",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49746"
},
{
"name": "CVE-2022-49748",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49748"
},
{
"name": "CVE-2022-49751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49751"
},
{
"name": "CVE-2022-49753",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49753"
},
{
"name": "CVE-2022-49755",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49755"
},
{
"name": "CVE-2022-49759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49759"
},
{
"name": "CVE-2023-52831",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52831"
},
{
"name": "CVE-2023-52927",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52927"
},
{
"name": "CVE-2023-52930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52930"
},
{
"name": "CVE-2023-52933",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52933"
},
{
"name": "CVE-2023-52935",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52935"
},
{
"name": "CVE-2023-52939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52939"
},
{
"name": "CVE-2023-52941",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52941"
},
{
"name": "CVE-2023-52973",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52973"
},
{
"name": "CVE-2023-52974",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52974"
},
{
"name": "CVE-2023-52975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52975"
},
{
"name": "CVE-2023-52976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52976"
},
{
"name": "CVE-2023-52979",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52979"
},
{
"name": "CVE-2023-52983",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52983"
},
{
"name": "CVE-2023-52984",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52984"
},
{
"name": "CVE-2023-52988",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52988"
},
{
"name": "CVE-2023-52989",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52989"
},
{
"name": "CVE-2023-52992",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52992"
},
{
"name": "CVE-2023-52993",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52993"
},
{
"name": "CVE-2023-53000",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53000"
},
{
"name": "CVE-2023-53005",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53005"
},
{
"name": "CVE-2023-53006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53006"
},
{
"name": "CVE-2023-53007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53007"
},
{
"name": "CVE-2023-53008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53008"
},
{
"name": "CVE-2023-53010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53010"
},
{
"name": "CVE-2023-53015",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53015"
},
{
"name": "CVE-2023-53016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53016"
},
{
"name": "CVE-2023-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53019"
},
{
"name": "CVE-2023-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53023"
},
{
"name": "CVE-2023-53024",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53024"
},
{
"name": "CVE-2023-53025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53025"
},
{
"name": "CVE-2023-53026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53026"
},
{
"name": "CVE-2023-53028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53028"
},
{
"name": "CVE-2023-53029",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53029"
},
{
"name": "CVE-2023-53030",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53030"
},
{
"name": "CVE-2023-53033",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53033"
},
{
"name": "CVE-2024-41149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41149"
},
{
"name": "CVE-2024-46736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46736"
},
{
"name": "CVE-2024-46796",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46796"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2024-57947",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57947"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2024-58006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58006"
},
{
"name": "CVE-2024-58012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58012"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21693"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2025-21741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21741"
},
{
"name": "CVE-2025-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21742"
},
{
"name": "CVE-2025-21743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21743"
},
{
"name": "CVE-2025-21756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21756"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2025-21773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21773"
},
{
"name": "CVE-2025-21784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21784"
},
{
"name": "CVE-2025-21793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21793"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2025-21815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21815"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2025-21831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21831"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2025-21850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21850"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-21865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21865"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2025-21876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21876"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2025-21886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21886"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21892"
}
],
"initial_release_date": "2025-04-11T00:00:00",
"last_revision_date": "2025-04-11T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0307",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-04-11T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": "2025-04-08",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1177-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251177-1"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1180-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251180-1"
},
{
"published_at": "2025-04-10",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1194-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251194-1"
},
{
"published_at": "2025-04-10",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1195-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251195-1"
},
{
"published_at": "2025-04-08",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1178-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251178-1"
},
{
"published_at": "2025-04-08",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1176-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251176-1"
},
{
"published_at": "2025-04-09",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1183-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251183-1"
}
]
}
CERTFR-2025-AVI-0336
Vulnerability from certfr_avis - Published: 2025-04-18 - Updated: 2025-04-18
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP5 | ||
| SUSE | N/A | SUSE Manager Proxy 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.2 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP3 | ||
| SUSE | N/A | openSUSE Leap 15.4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
| SUSE | N/A | openSUSE Leap 15.5 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 Business Critical Linux | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 12-SP5 | ||
| SUSE | N/A | SUSE Manager Retail Branch Server 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP6 | ||
| SUSE | N/A | openSUSE Leap 15.6 | ||
| SUSE | N/A | SUSE Enterprise Storage 7.1 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP5 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 | ||
| SUSE | N/A | SUSE Manager Server 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.1 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.4 | ||
| SUSE | N/A | openSUSE Leap 15.3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.5 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Proxy 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3 Business Critical Linux",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 12-SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Retail Branch Server 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Enterprise Storage 7.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP5 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Server 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"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-2017-5753",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-5753"
},
{
"name": "CVE-2020-27835",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27835"
},
{
"name": "CVE-2022-1016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1016"
},
{
"name": "CVE-2022-1184",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1184"
},
{
"name": "CVE-2022-1048",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1048"
},
{
"name": "CVE-2022-26373",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26373"
},
{
"name": "CVE-2022-0168",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0168"
},
{
"name": "CVE-2022-3435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3435"
},
{
"name": "CVE-2022-29901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29901"
},
{
"name": "CVE-2022-29900",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29900"
},
{
"name": "CVE-2022-2977",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2977"
},
{
"name": "CVE-2022-3303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3303"
},
{
"name": "CVE-2023-0179",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0179"
},
{
"name": "CVE-2023-1652",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1652"
},
{
"name": "CVE-2023-28410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28410"
},
{
"name": "CVE-2023-2162",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2162"
},
{
"name": "CVE-2023-3567",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3567"
},
{
"name": "CVE-2021-46925",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46925"
},
{
"name": "CVE-2024-26634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26634"
},
{
"name": "CVE-2021-47248",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47248"
},
{
"name": "CVE-2024-35910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35910"
},
{
"name": "CVE-2024-38559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38559"
},
{
"name": "CVE-2024-41005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41005"
},
{
"name": "CVE-2024-36968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36968"
},
{
"name": "CVE-2024-41090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41090"
},
{
"name": "CVE-2021-47517",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47517"
},
{
"name": "CVE-2022-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49014"
},
{
"name": "CVE-2024-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49935"
},
{
"name": "CVE-2024-50269",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50269"
},
{
"name": "CVE-2024-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50290"
},
{
"name": "CVE-2024-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53063"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-56642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56642"
},
{
"name": "CVE-2024-56651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56651"
},
{
"name": "CVE-2024-56600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56600"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-56633",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56633"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-49571",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49571"
},
{
"name": "CVE-2024-53680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53680"
},
{
"name": "CVE-2024-56640",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56640"
},
{
"name": "CVE-2024-56770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56770"
},
{
"name": "CVE-2024-57900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57900"
},
{
"name": "CVE-2021-47633",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47633"
},
{
"name": "CVE-2021-47644",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47644"
},
{
"name": "CVE-2022-49076",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49076"
},
{
"name": "CVE-2022-49089",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49089"
},
{
"name": "CVE-2022-49134",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49134"
},
{
"name": "CVE-2022-49135",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49135"
},
{
"name": "CVE-2022-49151",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49151"
},
{
"name": "CVE-2022-49178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49178"
},
{
"name": "CVE-2022-49182",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49182"
},
{
"name": "CVE-2022-49201",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49201"
},
{
"name": "CVE-2022-49247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49247"
},
{
"name": "CVE-2022-49490",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49490"
},
{
"name": "CVE-2022-49626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49626"
},
{
"name": "CVE-2022-49661",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49661"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2021-4453",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4453"
},
{
"name": "CVE-2021-47631",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47631"
},
{
"name": "CVE-2021-47632",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47632"
},
{
"name": "CVE-2021-47635",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47635"
},
{
"name": "CVE-2021-47636",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47636"
},
{
"name": "CVE-2021-47637",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47637"
},
{
"name": "CVE-2021-47638",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47638"
},
{
"name": "CVE-2021-47639",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47639"
},
{
"name": "CVE-2021-47641",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47641"
},
{
"name": "CVE-2021-47642",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47642"
},
{
"name": "CVE-2021-47643",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47643"
},
{
"name": "CVE-2021-47645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47645"
},
{
"name": "CVE-2021-47646",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47646"
},
{
"name": "CVE-2021-47647",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47647"
},
{
"name": "CVE-2021-47648",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47648"
},
{
"name": "CVE-2021-47649",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47649"
},
{
"name": "CVE-2021-47650",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47650"
},
{
"name": "CVE-2021-47651",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47651"
},
{
"name": "CVE-2021-47652",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47652"
},
{
"name": "CVE-2021-47653",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47653"
},
{
"name": "CVE-2021-47654",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47654"
},
{
"name": "CVE-2021-47656",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47656"
},
{
"name": "CVE-2021-47657",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47657"
},
{
"name": "CVE-2021-47659",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47659"
},
{
"name": "CVE-2022-0995",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0995"
},
{
"name": "CVE-2022-49044",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49044"
},
{
"name": "CVE-2022-49050",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49050"
},
{
"name": "CVE-2022-49051",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49051"
},
{
"name": "CVE-2022-49054",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49054"
},
{
"name": "CVE-2022-49055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49055"
},
{
"name": "CVE-2022-49058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49058"
},
{
"name": "CVE-2022-49059",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49059"
},
{
"name": "CVE-2022-49060",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49060"
},
{
"name": "CVE-2022-49061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49061"
},
{
"name": "CVE-2022-49063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
},
{
"name": "CVE-2022-49065",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49065"
},
{
"name": "CVE-2022-49066",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49066"
},
{
"name": "CVE-2022-49073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49073"
},
{
"name": "CVE-2022-49074",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49074"
},
{
"name": "CVE-2022-49078",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49078"
},
{
"name": "CVE-2022-49082",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49082"
},
{
"name": "CVE-2022-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49083"
},
{
"name": "CVE-2022-49084",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49084"
},
{
"name": "CVE-2022-49085",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49085"
},
{
"name": "CVE-2022-49086",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49086"
},
{
"name": "CVE-2022-49088",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49088"
},
{
"name": "CVE-2022-49090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49090"
},
{
"name": "CVE-2022-49091",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49091"
},
{
"name": "CVE-2022-49092",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49092"
},
{
"name": "CVE-2022-49093",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49093"
},
{
"name": "CVE-2022-49095",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49095"
},
{
"name": "CVE-2022-49096",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49096"
},
{
"name": "CVE-2022-49097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49097"
},
{
"name": "CVE-2022-49098",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49098"
},
{
"name": "CVE-2022-49099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49099"
},
{
"name": "CVE-2022-49100",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49100"
},
{
"name": "CVE-2022-49102",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49102"
},
{
"name": "CVE-2022-49103",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49103"
},
{
"name": "CVE-2022-49104",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49104"
},
{
"name": "CVE-2022-49105",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49105"
},
{
"name": "CVE-2022-49106",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49106"
},
{
"name": "CVE-2022-49107",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49107"
},
{
"name": "CVE-2022-49109",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49109"
},
{
"name": "CVE-2022-49111",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49111"
},
{
"name": "CVE-2022-49112",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49112"
},
{
"name": "CVE-2022-49113",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49113"
},
{
"name": "CVE-2022-49114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49114"
},
{
"name": "CVE-2022-49115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49115"
},
{
"name": "CVE-2022-49116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49116"
},
{
"name": "CVE-2022-49118",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49118"
},
{
"name": "CVE-2022-49119",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49119"
},
{
"name": "CVE-2022-49120",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49120"
},
{
"name": "CVE-2022-49121",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49121"
},
{
"name": "CVE-2022-49122",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49122"
},
{
"name": "CVE-2022-49126",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49126"
},
{
"name": "CVE-2022-49128",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49128"
},
{
"name": "CVE-2022-49129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49129"
},
{
"name": "CVE-2022-49130",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49130"
},
{
"name": "CVE-2022-49131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49131"
},
{
"name": "CVE-2022-49132",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49132"
},
{
"name": "CVE-2022-49137",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49137"
},
{
"name": "CVE-2022-49145",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49145"
},
{
"name": "CVE-2022-49147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49147"
},
{
"name": "CVE-2022-49148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49148"
},
{
"name": "CVE-2022-49153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49153"
},
{
"name": "CVE-2022-49154",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49154"
},
{
"name": "CVE-2022-49155",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49155"
},
{
"name": "CVE-2022-49156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49156"
},
{
"name": "CVE-2022-49157",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49157"
},
{
"name": "CVE-2022-49158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49158"
},
{
"name": "CVE-2022-49159",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49159"
},
{
"name": "CVE-2022-49160",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49160"
},
{
"name": "CVE-2022-49162",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49162"
},
{
"name": "CVE-2022-49163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49163"
},
{
"name": "CVE-2022-49164",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49164"
},
{
"name": "CVE-2022-49165",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49165"
},
{
"name": "CVE-2022-49174",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49174"
},
{
"name": "CVE-2022-49175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49175"
},
{
"name": "CVE-2022-49176",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49176"
},
{
"name": "CVE-2022-49177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49177"
},
{
"name": "CVE-2022-49179",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49179"
},
{
"name": "CVE-2022-49180",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49180"
},
{
"name": "CVE-2022-49185",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49185"
},
{
"name": "CVE-2022-49187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49187"
},
{
"name": "CVE-2022-49188",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49188"
},
{
"name": "CVE-2022-49189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49189"
},
{
"name": "CVE-2022-49193",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49193"
},
{
"name": "CVE-2022-49194",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49194"
},
{
"name": "CVE-2022-49196",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49196"
},
{
"name": "CVE-2022-49199",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49199"
},
{
"name": "CVE-2022-49200",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49200"
},
{
"name": "CVE-2022-49206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49206"
},
{
"name": "CVE-2022-49208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49208"
},
{
"name": "CVE-2022-49212",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49212"
},
{
"name": "CVE-2022-49213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49213"
},
{
"name": "CVE-2022-49214",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49214"
},
{
"name": "CVE-2022-49216",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49216"
},
{
"name": "CVE-2022-49217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49217"
},
{
"name": "CVE-2022-49218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49218"
},
{
"name": "CVE-2022-49221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49221"
},
{
"name": "CVE-2022-49222",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49222"
},
{
"name": "CVE-2022-49224",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49224"
},
{
"name": "CVE-2022-49226",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49226"
},
{
"name": "CVE-2022-49227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49227"
},
{
"name": "CVE-2022-49232",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49232"
},
{
"name": "CVE-2022-49235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49235"
},
{
"name": "CVE-2022-49236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49236"
},
{
"name": "CVE-2022-49239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49239"
},
{
"name": "CVE-2022-49241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49241"
},
{
"name": "CVE-2022-49242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49242"
},
{
"name": "CVE-2022-49243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49243"
},
{
"name": "CVE-2022-49244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49244"
},
{
"name": "CVE-2022-49246",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49246"
},
{
"name": "CVE-2022-49248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49248"
},
{
"name": "CVE-2022-49249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49249"
},
{
"name": "CVE-2022-49250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49250"
},
{
"name": "CVE-2022-49251",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49251"
},
{
"name": "CVE-2022-49252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49252"
},
{
"name": "CVE-2022-49253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49253"
},
{
"name": "CVE-2022-49254",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49254"
},
{
"name": "CVE-2022-49256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49256"
},
{
"name": "CVE-2022-49257",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49257"
},
{
"name": "CVE-2022-49258",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49258"
},
{
"name": "CVE-2022-49259",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49259"
},
{
"name": "CVE-2022-49260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49260"
},
{
"name": "CVE-2022-49261",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49261"
},
{
"name": "CVE-2022-49262",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49262"
},
{
"name": "CVE-2022-49263",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49263"
},
{
"name": "CVE-2022-49264",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49264"
},
{
"name": "CVE-2022-49265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49265"
},
{
"name": "CVE-2022-49266",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49266"
},
{
"name": "CVE-2022-49268",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49268"
},
{
"name": "CVE-2022-49269",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49269"
},
{
"name": "CVE-2022-49270",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49270"
},
{
"name": "CVE-2022-49271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49271"
},
{
"name": "CVE-2022-49272",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49272"
},
{
"name": "CVE-2022-49273",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49273"
},
{
"name": "CVE-2022-49274",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49274"
},
{
"name": "CVE-2022-49275",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49275"
},
{
"name": "CVE-2022-49276",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49276"
},
{
"name": "CVE-2022-49277",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49277"
},
{
"name": "CVE-2022-49278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49278"
},
{
"name": "CVE-2022-49279",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49279"
},
{
"name": "CVE-2022-49280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49280"
},
{
"name": "CVE-2022-49281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49281"
},
{
"name": "CVE-2022-49283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49283"
},
{
"name": "CVE-2022-49285",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49285"
},
{
"name": "CVE-2022-49286",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49286"
},
{
"name": "CVE-2022-49287",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49287"
},
{
"name": "CVE-2022-49288",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49288"
},
{
"name": "CVE-2022-49290",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49290"
},
{
"name": "CVE-2022-49291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49291"
},
{
"name": "CVE-2022-49292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49292"
},
{
"name": "CVE-2022-49294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49294"
},
{
"name": "CVE-2022-49295",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49295"
},
{
"name": "CVE-2022-49297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49297"
},
{
"name": "CVE-2022-49298",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49298"
},
{
"name": "CVE-2022-49299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49299"
},
{
"name": "CVE-2022-49300",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49300"
},
{
"name": "CVE-2022-49301",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49301"
},
{
"name": "CVE-2022-49302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49302"
},
{
"name": "CVE-2022-49304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49304"
},
{
"name": "CVE-2022-49305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49305"
},
{
"name": "CVE-2022-49307",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49307"
},
{
"name": "CVE-2022-49308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49308"
},
{
"name": "CVE-2022-49309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49309"
},
{
"name": "CVE-2022-49310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49310"
},
{
"name": "CVE-2022-49311",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49311"
},
{
"name": "CVE-2022-49312",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49312"
},
{
"name": "CVE-2022-49313",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49313"
},
{
"name": "CVE-2022-49314",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49314"
},
{
"name": "CVE-2022-49315",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49315"
},
{
"name": "CVE-2022-49316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49316"
},
{
"name": "CVE-2022-49319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49319"
},
{
"name": "CVE-2022-49320",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49320"
},
{
"name": "CVE-2022-49321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49321"
},
{
"name": "CVE-2022-49322",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49322"
},
{
"name": "CVE-2022-49323",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49323"
},
{
"name": "CVE-2022-49326",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49326"
},
{
"name": "CVE-2022-49327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49327"
},
{
"name": "CVE-2022-49328",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49328"
},
{
"name": "CVE-2022-49331",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49331"
},
{
"name": "CVE-2022-49332",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49332"
},
{
"name": "CVE-2022-49335",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49335"
},
{
"name": "CVE-2022-49336",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49336"
},
{
"name": "CVE-2022-49337",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49337"
},
{
"name": "CVE-2022-49339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49339"
},
{
"name": "CVE-2022-49341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49341"
},
{
"name": "CVE-2022-49342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49342"
},
{
"name": "CVE-2022-49343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49343"
},
{
"name": "CVE-2022-49345",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49345"
},
{
"name": "CVE-2022-49346",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49346"
},
{
"name": "CVE-2022-49347",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49347"
},
{
"name": "CVE-2022-49348",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49348"
},
{
"name": "CVE-2022-49349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49349"
},
{
"name": "CVE-2022-49350",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49350"
},
{
"name": "CVE-2022-49351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49351"
},
{
"name": "CVE-2022-49352",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49352"
},
{
"name": "CVE-2022-49354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49354"
},
{
"name": "CVE-2022-49356",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49356"
},
{
"name": "CVE-2022-49357",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49357"
},
{
"name": "CVE-2022-49367",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49367"
},
{
"name": "CVE-2022-49368",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49368"
},
{
"name": "CVE-2022-49370",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49370"
},
{
"name": "CVE-2022-49371",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49371"
},
{
"name": "CVE-2022-49373",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49373"
},
{
"name": "CVE-2022-49375",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49375"
},
{
"name": "CVE-2022-49376",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49376"
},
{
"name": "CVE-2022-49377",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49377"
},
{
"name": "CVE-2022-49378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49378"
},
{
"name": "CVE-2022-49379",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49379"
},
{
"name": "CVE-2022-49381",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49381"
},
{
"name": "CVE-2022-49382",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49382"
},
{
"name": "CVE-2022-49384",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49384"
},
{
"name": "CVE-2022-49385",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49385"
},
{
"name": "CVE-2022-49386",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49386"
},
{
"name": "CVE-2022-49389",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49389"
},
{
"name": "CVE-2022-49392",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49392"
},
{
"name": "CVE-2022-49394",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49394"
},
{
"name": "CVE-2022-49396",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49396"
},
{
"name": "CVE-2022-49397",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49397"
},
{
"name": "CVE-2022-49398",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49398"
},
{
"name": "CVE-2022-49399",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49399"
},
{
"name": "CVE-2022-49400",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49400"
},
{
"name": "CVE-2022-49402",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49402"
},
{
"name": "CVE-2022-49404",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49404"
},
{
"name": "CVE-2022-49407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49407"
},
{
"name": "CVE-2022-49409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49409"
},
{
"name": "CVE-2022-49410",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49410"
},
{
"name": "CVE-2022-49411",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49411"
},
{
"name": "CVE-2022-49412",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49412"
},
{
"name": "CVE-2022-49413",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49413"
},
{
"name": "CVE-2022-49414",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49414"
},
{
"name": "CVE-2022-49416",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49416"
},
{
"name": "CVE-2022-49418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49418"
},
{
"name": "CVE-2022-49421",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49421"
},
{
"name": "CVE-2022-49422",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49422"
},
{
"name": "CVE-2022-49424",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49424"
},
{
"name": "CVE-2022-49426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49426"
},
{
"name": "CVE-2022-49427",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49427"
},
{
"name": "CVE-2022-49429",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49429"
},
{
"name": "CVE-2022-49430",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49430"
},
{
"name": "CVE-2022-49431",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49431"
},
{
"name": "CVE-2022-49432",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49432"
},
{
"name": "CVE-2022-49433",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49433"
},
{
"name": "CVE-2022-49434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49434"
},
{
"name": "CVE-2022-49435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49435"
},
{
"name": "CVE-2022-49437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49437"
},
{
"name": "CVE-2022-49438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49438"
},
{
"name": "CVE-2022-49440",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49440"
},
{
"name": "CVE-2022-49441",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49441"
},
{
"name": "CVE-2022-49442",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49442"
},
{
"name": "CVE-2022-49443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49443"
},
{
"name": "CVE-2022-49444",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49444"
},
{
"name": "CVE-2022-49445",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49445"
},
{
"name": "CVE-2022-49447",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49447"
},
{
"name": "CVE-2022-49448",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49448"
},
{
"name": "CVE-2022-49449",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49449"
},
{
"name": "CVE-2022-49451",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49451"
},
{
"name": "CVE-2022-49453",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49453"
},
{
"name": "CVE-2022-49455",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49455"
},
{
"name": "CVE-2022-49459",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49459"
},
{
"name": "CVE-2022-49460",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49460"
},
{
"name": "CVE-2022-49462",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49462"
},
{
"name": "CVE-2022-49463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49463"
},
{
"name": "CVE-2022-49466",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49466"
},
{
"name": "CVE-2022-49467",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49467"
},
{
"name": "CVE-2022-49468",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49468"
},
{
"name": "CVE-2022-49472",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49472"
},
{
"name": "CVE-2022-49473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49473"
},
{
"name": "CVE-2022-49474",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49474"
},
{
"name": "CVE-2022-49475",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49475"
},
{
"name": "CVE-2022-49477",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49477"
},
{
"name": "CVE-2022-49478",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49478"
},
{
"name": "CVE-2022-49480",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49480"
},
{
"name": "CVE-2022-49481",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49481"
},
{
"name": "CVE-2022-49482",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49482"
},
{
"name": "CVE-2022-49486",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49486"
},
{
"name": "CVE-2022-49487",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49487"
},
{
"name": "CVE-2022-49488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49488"
},
{
"name": "CVE-2022-49489",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49489"
},
{
"name": "CVE-2022-49491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49491"
},
{
"name": "CVE-2022-49492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49492"
},
{
"name": "CVE-2022-49493",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49493"
},
{
"name": "CVE-2022-49494",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49494"
},
{
"name": "CVE-2022-49495",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49495"
},
{
"name": "CVE-2022-49498",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49498"
},
{
"name": "CVE-2022-49501",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49501"
},
{
"name": "CVE-2022-49502",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49502"
},
{
"name": "CVE-2022-49503",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49503"
},
{
"name": "CVE-2022-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49504"
},
{
"name": "CVE-2022-49505",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49505"
},
{
"name": "CVE-2022-49506",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49506"
},
{
"name": "CVE-2022-49507",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49507"
},
{
"name": "CVE-2022-49508",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49508"
},
{
"name": "CVE-2022-49509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49509"
},
{
"name": "CVE-2022-49512",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49512"
},
{
"name": "CVE-2022-49514",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49514"
},
{
"name": "CVE-2022-49515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49515"
},
{
"name": "CVE-2022-49517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49517"
},
{
"name": "CVE-2022-49519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49519"
},
{
"name": "CVE-2022-49520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49520"
},
{
"name": "CVE-2022-49521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49521"
},
{
"name": "CVE-2022-49522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49522"
},
{
"name": "CVE-2022-49523",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49523"
},
{
"name": "CVE-2022-49524",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49524"
},
{
"name": "CVE-2022-49525",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49525"
},
{
"name": "CVE-2022-49526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49526"
},
{
"name": "CVE-2022-49527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49527"
},
{
"name": "CVE-2022-49532",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49532"
},
{
"name": "CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"name": "CVE-2022-49535",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49535"
},
{
"name": "CVE-2022-49536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49536"
},
{
"name": "CVE-2022-49537",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49537"
},
{
"name": "CVE-2022-49541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49541"
},
{
"name": "CVE-2022-49542",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49542"
},
{
"name": "CVE-2022-49544",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49544"
},
{
"name": "CVE-2022-49545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49545"
},
{
"name": "CVE-2022-49546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49546"
},
{
"name": "CVE-2022-49549",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49549"
},
{
"name": "CVE-2022-49551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49551"
},
{
"name": "CVE-2022-49555",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49555"
},
{
"name": "CVE-2022-49556",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49556"
},
{
"name": "CVE-2022-49559",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49559"
},
{
"name": "CVE-2022-49562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49562"
},
{
"name": "CVE-2022-49563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49563"
},
{
"name": "CVE-2022-49564",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49564"
},
{
"name": "CVE-2022-49566",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49566"
},
{
"name": "CVE-2022-49568",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49568"
},
{
"name": "CVE-2022-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49569"
},
{
"name": "CVE-2022-49570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49570"
},
{
"name": "CVE-2022-49579",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49579"
},
{
"name": "CVE-2022-49581",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49581"
},
{
"name": "CVE-2022-49583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49583"
},
{
"name": "CVE-2022-49584",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49584"
},
{
"name": "CVE-2022-49591",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49591"
},
{
"name": "CVE-2022-49592",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49592"
},
{
"name": "CVE-2022-49603",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49603"
},
{
"name": "CVE-2022-49605",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49605"
},
{
"name": "CVE-2022-49606",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49606"
},
{
"name": "CVE-2022-49607",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49607"
},
{
"name": "CVE-2022-49609",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49609"
},
{
"name": "CVE-2022-49610",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49610"
},
{
"name": "CVE-2022-49611",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49611"
},
{
"name": "CVE-2022-49613",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49613"
},
{
"name": "CVE-2022-49615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49615"
},
{
"name": "CVE-2022-49616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49616"
},
{
"name": "CVE-2022-49617",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49617"
},
{
"name": "CVE-2022-49618",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49618"
},
{
"name": "CVE-2022-49621",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49621"
},
{
"name": "CVE-2022-49623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49623"
},
{
"name": "CVE-2022-49625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49625"
},
{
"name": "CVE-2022-49627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49627"
},
{
"name": "CVE-2022-49628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49628"
},
{
"name": "CVE-2022-49631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49631"
},
{
"name": "CVE-2022-49634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49634"
},
{
"name": "CVE-2022-49640",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49640"
},
{
"name": "CVE-2022-49641",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49641"
},
{
"name": "CVE-2022-49642",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49642"
},
{
"name": "CVE-2022-49643",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49643"
},
{
"name": "CVE-2022-49644",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49644"
},
{
"name": "CVE-2022-49645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49645"
},
{
"name": "CVE-2022-49646",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49646"
},
{
"name": "CVE-2022-49647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49647"
},
{
"name": "CVE-2022-49648",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49648"
},
{
"name": "CVE-2022-49649",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49649"
},
{
"name": "CVE-2022-49652",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49652"
},
{
"name": "CVE-2022-49653",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49653"
},
{
"name": "CVE-2022-49656",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49656"
},
{
"name": "CVE-2022-49657",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49657"
},
{
"name": "CVE-2022-49663",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49663"
},
{
"name": "CVE-2022-49665",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49665"
},
{
"name": "CVE-2022-49667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49667"
},
{
"name": "CVE-2022-49668",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49668"
},
{
"name": "CVE-2022-49670",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49670"
},
{
"name": "CVE-2022-49671",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49671"
},
{
"name": "CVE-2022-49672",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49672"
},
{
"name": "CVE-2022-49673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49673"
},
{
"name": "CVE-2022-49674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49674"
},
{
"name": "CVE-2022-49675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49675"
},
{
"name": "CVE-2022-49676",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49676"
},
{
"name": "CVE-2022-49677",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49677"
},
{
"name": "CVE-2022-49678",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49678"
},
{
"name": "CVE-2022-49679",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49679"
},
{
"name": "CVE-2022-49680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49680"
},
{
"name": "CVE-2022-49683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49683"
},
{
"name": "CVE-2022-49685",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49685"
},
{
"name": "CVE-2022-49687",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49687"
},
{
"name": "CVE-2022-49688",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49688"
},
{
"name": "CVE-2022-49693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49693"
},
{
"name": "CVE-2022-49695",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49695"
},
{
"name": "CVE-2022-49699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49699"
},
{
"name": "CVE-2022-49700",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49700"
},
{
"name": "CVE-2022-49701",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49701"
},
{
"name": "CVE-2022-49703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49703"
},
{
"name": "CVE-2022-49704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49704"
},
{
"name": "CVE-2022-49705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49705"
},
{
"name": "CVE-2022-49707",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49707"
},
{
"name": "CVE-2022-49708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49708"
},
{
"name": "CVE-2022-49710",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49710"
},
{
"name": "CVE-2022-49711",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49711"
},
{
"name": "CVE-2022-49712",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49712"
},
{
"name": "CVE-2022-49713",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49713"
},
{
"name": "CVE-2022-49714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49714"
},
{
"name": "CVE-2022-49715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49715"
},
{
"name": "CVE-2022-49716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49716"
},
{
"name": "CVE-2022-49719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49719"
},
{
"name": "CVE-2022-49720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49720"
},
{
"name": "CVE-2022-49721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49721"
},
{
"name": "CVE-2022-49722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49722"
},
{
"name": "CVE-2022-49723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49723"
},
{
"name": "CVE-2022-49724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49724"
},
{
"name": "CVE-2022-49725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49725"
},
{
"name": "CVE-2022-49726",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49726"
},
{
"name": "CVE-2022-49729",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49729"
},
{
"name": "CVE-2022-49730",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49730"
},
{
"name": "CVE-2022-49731",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49731"
},
{
"name": "CVE-2022-49733",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49733"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2025-21703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21703"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2021-4454",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4454"
},
{
"name": "CVE-2022-49053",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49053"
},
{
"name": "CVE-2022-49056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49056"
},
{
"name": "CVE-2022-49057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49057"
},
{
"name": "CVE-2022-49062",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49062"
},
{
"name": "CVE-2022-49064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49064"
},
{
"name": "CVE-2022-49070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49070"
},
{
"name": "CVE-2022-49071",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49071"
},
{
"name": "CVE-2022-49075",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49075"
},
{
"name": "CVE-2022-49123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49123"
},
{
"name": "CVE-2022-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49125"
},
{
"name": "CVE-2022-49133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49133"
},
{
"name": "CVE-2022-49136",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49136"
},
{
"name": "CVE-2022-49138",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49138"
},
{
"name": "CVE-2022-49139",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49139"
},
{
"name": "CVE-2022-49144",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49144"
},
{
"name": "CVE-2022-49183",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49183"
},
{
"name": "CVE-2022-49192",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49192"
},
{
"name": "CVE-2022-49202",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49202"
},
{
"name": "CVE-2022-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49203"
},
{
"name": "CVE-2022-49204",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49204"
},
{
"name": "CVE-2022-49205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49205"
},
{
"name": "CVE-2022-49207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49207"
},
{
"name": "CVE-2022-49209",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49209"
},
{
"name": "CVE-2022-49215",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49215"
},
{
"name": "CVE-2022-49219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49219"
},
{
"name": "CVE-2022-49225",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49225"
},
{
"name": "CVE-2022-49228",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49228"
},
{
"name": "CVE-2022-49230",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49230"
},
{
"name": "CVE-2022-49233",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49233"
},
{
"name": "CVE-2022-49237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49237"
},
{
"name": "CVE-2022-49238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49238"
},
{
"name": "CVE-2022-49293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49293"
},
{
"name": "CVE-2022-49296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49296"
},
{
"name": "CVE-2022-49306",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49306"
},
{
"name": "CVE-2022-49325",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49325"
},
{
"name": "CVE-2022-49329",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49329"
},
{
"name": "CVE-2022-49330",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49330"
},
{
"name": "CVE-2022-49333",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49333"
},
{
"name": "CVE-2022-49338",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49338"
},
{
"name": "CVE-2022-49353",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49353"
},
{
"name": "CVE-2022-49359",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49359"
},
{
"name": "CVE-2022-49362",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49362"
},
{
"name": "CVE-2022-49365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49365"
},
{
"name": "CVE-2022-49390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49390"
},
{
"name": "CVE-2022-49406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49406"
},
{
"name": "CVE-2022-49419",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49419"
},
{
"name": "CVE-2022-49436",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49436"
},
{
"name": "CVE-2022-49446",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49446"
},
{
"name": "CVE-2022-49458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49458"
},
{
"name": "CVE-2022-49465",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49465"
},
{
"name": "CVE-2022-49470",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49470"
},
{
"name": "CVE-2022-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49476"
},
{
"name": "CVE-2022-49479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49479"
},
{
"name": "CVE-2022-49483",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49483"
},
{
"name": "CVE-2022-49484",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49484"
},
{
"name": "CVE-2022-49485",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49485"
},
{
"name": "CVE-2022-49497",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49497"
},
{
"name": "CVE-2022-49499",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49499"
},
{
"name": "CVE-2022-49510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49510"
},
{
"name": "CVE-2022-49511",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49511"
},
{
"name": "CVE-2022-49516",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49516"
},
{
"name": "CVE-2022-49518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49518"
},
{
"name": "CVE-2022-49529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49529"
},
{
"name": "CVE-2022-49530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49530"
},
{
"name": "CVE-2022-49533",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49533"
},
{
"name": "CVE-2022-49538",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49538"
},
{
"name": "CVE-2022-49543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49543"
},
{
"name": "CVE-2022-49548",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49548"
},
{
"name": "CVE-2022-49552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49552"
},
{
"name": "CVE-2022-49560",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49560"
},
{
"name": "CVE-2022-49565",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49565"
},
{
"name": "CVE-2022-49624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49624"
},
{
"name": "CVE-2022-49635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49635"
},
{
"name": "CVE-2022-49638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49638"
},
{
"name": "CVE-2022-49650",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49650"
},
{
"name": "CVE-2022-49655",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49655"
},
{
"name": "CVE-2022-49658",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49658"
},
{
"name": "CVE-2022-49686",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49686"
},
{
"name": "CVE-2022-49694",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49694"
},
{
"name": "CVE-2022-49697",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49697"
},
{
"name": "CVE-2022-49732",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49732"
},
{
"name": "CVE-2022-49739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49739"
},
{
"name": "CVE-2022-49746",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49746"
},
{
"name": "CVE-2022-49748",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49748"
},
{
"name": "CVE-2022-49751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49751"
},
{
"name": "CVE-2022-49753",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49753"
},
{
"name": "CVE-2022-49755",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49755"
},
{
"name": "CVE-2022-49759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49759"
},
{
"name": "CVE-2023-52930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52930"
},
{
"name": "CVE-2023-52933",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52933"
},
{
"name": "CVE-2023-52935",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52935"
},
{
"name": "CVE-2023-52939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52939"
},
{
"name": "CVE-2023-52941",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52941"
},
{
"name": "CVE-2023-52973",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52973"
},
{
"name": "CVE-2023-52974",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52974"
},
{
"name": "CVE-2023-52975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52975"
},
{
"name": "CVE-2023-52976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52976"
},
{
"name": "CVE-2023-52979",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52979"
},
{
"name": "CVE-2023-52983",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52983"
},
{
"name": "CVE-2023-52984",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52984"
},
{
"name": "CVE-2023-52988",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52988"
},
{
"name": "CVE-2023-52989",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52989"
},
{
"name": "CVE-2023-52992",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52992"
},
{
"name": "CVE-2023-52993",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52993"
},
{
"name": "CVE-2023-53000",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53000"
},
{
"name": "CVE-2023-53005",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53005"
},
{
"name": "CVE-2023-53006",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53006"
},
{
"name": "CVE-2023-53007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53007"
},
{
"name": "CVE-2023-53008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53008"
},
{
"name": "CVE-2023-53010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53010"
},
{
"name": "CVE-2023-53015",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53015"
},
{
"name": "CVE-2023-53016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53016"
},
{
"name": "CVE-2023-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53019"
},
{
"name": "CVE-2023-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53023"
},
{
"name": "CVE-2023-53024",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53024"
},
{
"name": "CVE-2023-53025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53025"
},
{
"name": "CVE-2023-53026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53026"
},
{
"name": "CVE-2023-53028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53028"
},
{
"name": "CVE-2023-53029",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53029"
},
{
"name": "CVE-2023-53030",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53030"
},
{
"name": "CVE-2023-53033",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53033"
},
{
"name": "CVE-2025-21693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21693"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2025-21831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21831"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-21865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21865"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2025-21993",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21993"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2022-49046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49046"
},
{
"name": "CVE-2022-49191",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49191"
},
{
"name": "CVE-2022-49220",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49220"
},
{
"name": "CVE-2022-49344",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49344"
},
{
"name": "CVE-2022-49372",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49372"
},
{
"name": "CVE-2022-49388",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49388"
},
{
"name": "CVE-2022-49395",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49395"
},
{
"name": "CVE-2022-49513",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49513"
},
{
"name": "CVE-2022-49578",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49578"
},
{
"name": "CVE-2022-49589",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49589"
},
{
"name": "CVE-2022-49619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49619"
},
{
"name": "CVE-2022-49620",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49620"
},
{
"name": "CVE-2022-49727",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49727"
},
{
"name": "CVE-2022-49740",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49740"
},
{
"name": "CVE-2023-52997",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52997"
},
{
"name": "CVE-2023-53031",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53031"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
}
],
"initial_release_date": "2025-04-18T00:00:00",
"last_revision_date": "2025-04-18T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0336",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-04-18T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1225-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251225-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1232-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251232-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1248-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251248-1"
},
{
"published_at": "2025-04-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1276-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251276-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1259-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251259-1"
},
{
"published_at": "2025-04-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1262-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251262-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1241-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251241-1"
},
{
"published_at": "2025-04-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1207-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251207-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1236-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251236-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1260-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251260-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1213-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251213-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1252-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251252-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1238-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251238-1"
},
{
"published_at": "2025-04-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1275-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251275-1"
},
{
"published_at": "2025-04-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1278-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251278-1"
},
{
"published_at": "2025-04-15",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1263-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251263-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1254-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251254-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1257-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251257-1"
},
{
"published_at": "2025-04-13",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1214-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251214-1"
},
{
"published_at": "2025-04-16",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1293-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251293-1"
},
{
"published_at": "2025-04-14",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1231-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251231-1"
}
]
}
CERTFR-2025-AVI-0449
Vulnerability from certfr_avis - Published: 2025-05-23 - Updated: 2025-05-23
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une atteinte à l'intégrité des données et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP5 | ||
| SUSE | N/A | SUSE Manager Proxy 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Desktop 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.3 | ||
| SUSE | N/A | SUSE Manager Proxy 4.3 | ||
| SUSE | N/A | Basesystem Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.2 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.4 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP4 | ||
| SUSE | N/A | SUSE Manager Retail Branch Server 4.3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP3 | ||
| SUSE | N/A | openSUSE Leap 15.4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
| SUSE | N/A | openSUSE Leap 15.5 | ||
| SUSE | N/A | SUSE Manager Server 4.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 Business Critical Linux | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP5 | ||
| SUSE | N/A | Legacy Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 12-SP5 | ||
| SUSE | N/A | SUSE Manager Retail Branch Server 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP6 | ||
| SUSE | N/A | openSUSE Leap 15.6 | ||
| SUSE | N/A | SUSE Enterprise Storage 7.1 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP5 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP4 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 | ||
| SUSE | N/A | SUSE Manager Server 4.2 | ||
| SUSE | N/A | SUSE Linux Enterprise Workstation Extension 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP3 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 12 SP5 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 LTSS | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.1 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.4 | ||
| SUSE | N/A | openSUSE Leap 15.3 | ||
| SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
| SUSE | N/A | Development Tools Module 15-SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security | ||
| SUSE | N/A | SUSE Linux Enterprise Server 15 SP6 | ||
| SUSE | N/A | SUSE Linux Enterprise Micro 5.5 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Proxy 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Desktop 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Proxy 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Basesystem Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro for Rancher 5.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Retail Branch Server 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Server 4.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3 Business Critical Linux",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Legacy Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 12-SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Retail Branch Server 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Live Patching 15-SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Enterprise Storage 7.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP5 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Real Time 15 SP4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Manager Server 4.2",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Workstation Extension 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Performance Computing 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP3 LTSS",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "openSUSE Leap 15.3",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise High Availability Extension 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "Development Tools Module 15-SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Server 15 SP6",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"scada": false
}
}
},
{
"description": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "N/A",
"vendor": {
"name": "SUSE",
"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-2023-0179",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0179"
},
{
"name": "CVE-2024-27018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27018"
},
{
"name": "CVE-2024-27415",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27415"
},
{
"name": "CVE-2022-48933",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48933"
},
{
"name": "CVE-2024-43882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43882"
},
{
"name": "CVE-2024-46763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46763"
},
{
"name": "CVE-2024-46784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46784"
},
{
"name": "CVE-2024-46865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46865"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53042"
},
{
"name": "CVE-2021-47163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47163"
},
{
"name": "CVE-2024-42307",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42307"
},
{
"name": "CVE-2024-50038",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50038"
},
{
"name": "CVE-2024-50115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50115"
},
{
"name": "CVE-2024-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50083"
},
{
"name": "CVE-2024-50162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50162"
},
{
"name": "CVE-2024-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50163"
},
{
"name": "CVE-2024-53156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53156"
},
{
"name": "CVE-2024-56590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56590"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-56642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56642"
},
{
"name": "CVE-2024-56661",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56661"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2024-53139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53139"
},
{
"name": "CVE-2024-56702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56702"
},
{
"name": "CVE-2021-47659",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47659"
},
{
"name": "CVE-2022-49044",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49044"
},
{
"name": "CVE-2022-49055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49055"
},
{
"name": "CVE-2022-49060",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49060"
},
{
"name": "CVE-2022-49086",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49086"
},
{
"name": "CVE-2022-49111",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49111"
},
{
"name": "CVE-2022-49118",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49118"
},
{
"name": "CVE-2022-49121",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49121"
},
{
"name": "CVE-2022-49137",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49137"
},
{
"name": "CVE-2022-49175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49175"
},
{
"name": "CVE-2022-49176",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49176"
},
{
"name": "CVE-2022-49179",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49179"
},
{
"name": "CVE-2022-49188",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49188"
},
{
"name": "CVE-2022-49232",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49232"
},
{
"name": "CVE-2022-49290",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49290"
},
{
"name": "CVE-2022-49305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49305"
},
{
"name": "CVE-2022-49335",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49335"
},
{
"name": "CVE-2022-49351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49351"
},
{
"name": "CVE-2022-49385",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49385"
},
{
"name": "CVE-2022-49411",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49411"
},
{
"name": "CVE-2022-49442",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49442"
},
{
"name": "CVE-2022-49478",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49478"
},
{
"name": "CVE-2022-49489",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49489"
},
{
"name": "CVE-2022-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49504"
},
{
"name": "CVE-2022-49521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49521"
},
{
"name": "CVE-2022-49525",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49525"
},
{
"name": "CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"name": "CVE-2022-49535",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49535"
},
{
"name": "CVE-2022-49536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49536"
},
{
"name": "CVE-2022-49537",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49537"
},
{
"name": "CVE-2022-49542",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49542"
},
{
"name": "CVE-2022-49668",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49668"
},
{
"name": "CVE-2022-49693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49693"
},
{
"name": "CVE-2022-49725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49725"
},
{
"name": "CVE-2022-49730",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49730"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2024-54683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54683"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-21635",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21635"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2024-57998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57998"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2024-58009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58009"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2022-49139",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49139"
},
{
"name": "CVE-2022-49205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49205"
},
{
"name": "CVE-2022-49325",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49325"
},
{
"name": "CVE-2022-49390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49390"
},
{
"name": "CVE-2022-49465",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49465"
},
{
"name": "CVE-2022-49658",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49658"
},
{
"name": "CVE-2022-49753",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49753"
},
{
"name": "CVE-2023-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53023"
},
{
"name": "CVE-2023-53026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53026"
},
{
"name": "CVE-2023-53033",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53033"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2025-21886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21886"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-21971",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21971"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21993",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21993"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2023-53031",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53031"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-21696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21696"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2025-22027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22027"
},
{
"name": "CVE-2025-22033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22033"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-22093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22093"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2024-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28956"
},
{
"name": "CVE-2025-21953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21953"
},
{
"name": "CVE-2020-36789",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36789"
},
{
"name": "CVE-2021-47668",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47668"
},
{
"name": "CVE-2021-47669",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47669"
},
{
"name": "CVE-2021-47670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47670"
},
{
"name": "CVE-2021-47671",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47671"
},
{
"name": "CVE-2022-49110",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49110"
},
{
"name": "CVE-2022-49171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49171"
},
{
"name": "CVE-2022-49197",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49197"
},
{
"name": "CVE-2022-49561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49561"
},
{
"name": "CVE-2022-49590",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49590"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2022-49741",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49741"
},
{
"name": "CVE-2022-49745",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49745"
},
{
"name": "CVE-2022-49749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49749"
},
{
"name": "CVE-2022-49767",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49767"
},
{
"name": "CVE-2023-52928",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52928"
},
{
"name": "CVE-2023-52931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52931"
},
{
"name": "CVE-2023-52936",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52936"
},
{
"name": "CVE-2023-52937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52937"
},
{
"name": "CVE-2023-52938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52938"
},
{
"name": "CVE-2023-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52981"
},
{
"name": "CVE-2023-52982",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52982"
},
{
"name": "CVE-2023-52986",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52986"
},
{
"name": "CVE-2023-52994",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52994"
},
{
"name": "CVE-2023-53001",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53001"
},
{
"name": "CVE-2023-53002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53002"
},
{
"name": "CVE-2023-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53009"
},
{
"name": "CVE-2023-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53014"
},
{
"name": "CVE-2023-53018",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53018"
},
{
"name": "CVE-2023-53032",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53032"
},
{
"name": "CVE-2023-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53051"
},
{
"name": "CVE-2024-35840",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35840"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2024-58094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58094"
},
{
"name": "CVE-2024-58095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58095"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2025-21729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21729"
},
{
"name": "CVE-2025-21755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21755"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2025-21833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21833"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21852"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21873"
},
{
"name": "CVE-2025-21884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21884"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-21906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21906"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2025-21923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21923"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2025-21931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21931"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2025-21985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21985"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2025-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22029"
},
{
"name": "CVE-2025-22036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22036"
},
{
"name": "CVE-2025-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22053"
},
{
"name": "CVE-2025-22062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22062"
},
{
"name": "CVE-2025-22064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22064"
},
{
"name": "CVE-2025-22065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22065"
},
{
"name": "CVE-2025-22080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22080"
},
{
"name": "CVE-2025-22090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22090"
},
{
"name": "CVE-2025-22102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22102"
},
{
"name": "CVE-2025-22104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22104"
},
{
"name": "CVE-2025-22105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22105"
},
{
"name": "CVE-2025-22106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22106"
},
{
"name": "CVE-2025-22107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22107"
},
{
"name": "CVE-2025-22108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22108"
},
{
"name": "CVE-2025-22109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22109"
},
{
"name": "CVE-2025-22115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22115"
},
{
"name": "CVE-2025-22116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22116"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2025-22128",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22128"
},
{
"name": "CVE-2025-23129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23129"
},
{
"name": "CVE-2025-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23131"
},
{
"name": "CVE-2025-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23133"
},
{
"name": "CVE-2025-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23145"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2025-37799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37799"
},
{
"name": "CVE-2025-37860",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37860"
}
],
"initial_release_date": "2025-05-23T00:00:00",
"last_revision_date": "2025-05-23T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0449",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-05-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es, une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es et un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de SUSE",
"vendor_advisories": [
{
"published_at": "2025-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01627-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501627-1"
},
{
"published_at": "2025-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01611-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501611-1"
},
{
"published_at": "2025-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01614-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501614-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01656-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501656-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01652-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501652-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01668-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501668-1"
},
{
"published_at": "2025-05-20",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01601-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501601-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01682-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501682-1"
},
{
"published_at": "2025-05-20",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01590-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501590-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01676-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501676-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01655-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501655-1"
},
{
"published_at": "2025-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01620-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501620-1"
},
{
"published_at": "2025-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01633-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501633-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01672-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501672-1"
},
{
"published_at": "2025-05-20",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01593-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501593-1"
},
{
"published_at": "2025-05-20",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01600-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501600-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01675-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501675-1"
},
{
"published_at": "2025-05-20",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01603-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501603-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01669-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501669-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01677-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501677-1"
},
{
"published_at": "2025-05-16",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1574-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251574-1"
},
{
"published_at": "2025-05-20",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01598-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501598-1"
},
{
"published_at": "2025-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01640-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501640-1"
},
{
"published_at": "2025-05-21",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01610-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501610-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01683-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501683-1"
},
{
"published_at": "2025-05-22",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01663-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501663-1"
},
{
"published_at": "2025-05-16",
"title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1573-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251573-1"
}
]
}
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"
}
]
}
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 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$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"
}
]
}
FKIE_CVE-2022-49534
Vulnerability from fkie_nvd - Published: 2025-02-26 07:01 - Updated: 2026-06-17 05:185.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * |
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/scsi/lpfc/lpfc_nportdisc.c",
"drivers/scsi/lpfc/lpfc_sli.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "c00df0f34a6d5e14da379f96ea67e501ce67b002",
"status": "affected",
"version": "858c9f6c19c6f9bf86cbbc64ce0d17c61d6131b8",
"versionType": "git"
},
{
"lessThan": "672d1cb40551ea9c95efad43ab6d45e4ab4e015f",
"status": "affected",
"version": "858c9f6c19c6f9bf86cbbc64ce0d17c61d6131b8",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/scsi/lpfc/lpfc_nportdisc.c",
"drivers/scsi/lpfc/lpfc_sli.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "2.6.23"
},
{
"lessThan": "2.6.23",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.18.*",
"status": "unaffected",
"version": "5.18.3",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "5.19",
"versionType": "original_commit_for_fix"
}
]
}
],
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "3108C4DF-1578-4A9A-ADC7-1128DE921D69",
"versionEndExcluding": "5.18.3",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT\n\nThere is a potential memory leak in lpfc_ignore_els_cmpl() and\nlpfc_els_rsp_reject() that was allocated from NPIV PLOGI_RJT\n(lpfc_rcv_plogi()\u0027s login_mbox).\n\nCheck if cmdiocb-\u003econtext_un.mbox was allocated in lpfc_ignore_els_cmpl(),\nand then free it back to phba-\u003embox_mem_pool along with mbox-\u003ectx_buf for\nservice parameters.\n\nFor lpfc_els_rsp_reject() failure, free both the ctx_buf for service\nparameters and the login_mbox."
},
{
"lang": "es",
"value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: scsi: lpfc: Fuga de memoria de protecci\u00f3n para puertos NPIV que env\u00edan PLOGI_RJT Hay una posible fuga de memoria en lpfc_ignore_els_cmpl() y lpfc_els_rsp_reject() que se asign\u00f3 desde NPIV PLOGI_RJT (login_mbox de lpfc_rcv_plogi()). Compruebe si cmdiocb-\u0026gt;context_un.mbox se asign\u00f3 en lpfc_ignore_els_cmpl() y, a continuaci\u00f3n, lib\u00e9relo de nuevo en phba-\u0026gt;mbox_mem_pool junto con mbox-\u0026gt;ctx_buf para los par\u00e1metros de servicio. En caso de fallo de lpfc_els_rsp_reject(), libere tanto el ctx_buf para los par\u00e1metros de servicio como el login_mbox."
}
],
"id": "CVE-2022-49534",
"lastModified": "2026-06-17T05:18:22.337",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"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"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2022-49534",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-01T19:37:49.137797Z",
"version": "2.0.3"
}
}
]
},
"published": "2025-02-26T07:01:29.400",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/672d1cb40551ea9c95efad43ab6d45e4ab4e015f"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/c00df0f34a6d5e14da379f96ea67e501ce67b002"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-401"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-401"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-GV9G-CCX2-9XJ9
Vulnerability from github – Published: 2025-03-10 21:31 – Updated: 2025-03-10 21:31In the Linux kernel, the following vulnerability has been resolved:
scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT
There is a potential memory leak in lpfc_ignore_els_cmpl() and lpfc_els_rsp_reject() that was allocated from NPIV PLOGI_RJT (lpfc_rcv_plogi()'s login_mbox).
Check if cmdiocb->context_un.mbox was allocated in lpfc_ignore_els_cmpl(), and then free it back to phba->mbox_mem_pool along with mbox->ctx_buf for service parameters.
For lpfc_els_rsp_reject() failure, free both the ctx_buf for service parameters and the login_mbox.
{
"affected": [],
"aliases": [
"CVE-2022-49534"
],
"database_specific": {
"cwe_ids": [
"CWE-401"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-02-26T07:01:29Z",
"severity": "MODERATE"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT\n\nThere is a potential memory leak in lpfc_ignore_els_cmpl() and\nlpfc_els_rsp_reject() that was allocated from NPIV PLOGI_RJT\n(lpfc_rcv_plogi()\u0027s login_mbox).\n\nCheck if cmdiocb-\u003econtext_un.mbox was allocated in lpfc_ignore_els_cmpl(),\nand then free it back to phba-\u003embox_mem_pool along with mbox-\u003ectx_buf for\nservice parameters.\n\nFor lpfc_els_rsp_reject() failure, free both the ctx_buf for service\nparameters and the login_mbox.",
"id": "GHSA-gv9g-ccx2-9xj9",
"modified": "2025-03-10T21:31:09Z",
"published": "2025-03-10T21:31:09Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49534"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/672d1cb40551ea9c95efad43ab6d45e4ab4e015f"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/c00df0f34a6d5e14da379f96ea67e501ce67b002"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2022-49534
Vulnerability from csaf_microsoft - Published: 2025-02-02 00:00 - Updated: 2026-03-31 14:57| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-3 | — | ||
| Unresolved product id: 17086-2 | — | ||
| Unresolved product id: 17086-1 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2025/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2022-49534 scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2022-49534.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT",
"tracking": {
"current_release_date": "2026-03-31T14:57:25.000Z",
"generator": {
"date": "2026-04-01T08:51:52.009Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2022-49534",
"initial_release_date": "2025-02-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-09-03T21:50:59.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-03-03T14:44:33.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-03-31T14:57:25.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
}
],
"category": "vendor",
"name": "Microsoft"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-49534",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"notes": [
{
"category": "general",
"text": "Linux",
"title": "Assigning CNA"
}
],
"product_status": {
"under_investigation": [
"17086-3",
"17086-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2022-49534 scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2022-49534.json"
}
],
"title": "scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT"
}
]
}
RHSA-2022:7683
Vulnerability from csaf_redhat - Published: 2022-11-08 09:32 - Updated: 2026-06-25 11:01A TCP/IP packet spoofing attack flaw was found in the Linux kernel’s TCP/IP protocol, where a Man-in-the-Middle Attack (MITM) performs an IP fragmentation attack and an IPID collision. This flaw allows a remote user to pretend to be the sender of the TCP/IP packet for an existing TCP/IP session.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A NULL pointer dereference flaw was found in the Linux kernel’s Virtual Terminal subsystem was found in how a user calls the VT_RESIZEX ioctl. This flaw allows a local user to crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw use-after-free in function sco_sock_sendmsg() of the Linux kernel HCI subsystem was found in the way user calls ioct UFFDIO_REGISTER or other way triggers race condition of the call sco_conn_del() together with the call sco_sock_sendmsg() with the expected controllable faulting memory page. 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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw memory leak in the Linux kernel webcam device functionality was found in the way user calls ioctl that triggers video_usercopy function. The highest threat from this vulnerability is to system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: veth: ensure skb entering GRO are not cloned. After commit d3256efd8e8b ("veth: allow enabling NAPI even without XDP"), if GRO is enabled on a veth device and TSO is disabled on the peer device, TCP skbs will go through the NAPI callback. If there is no XDP program attached, the veth code does not perform any share check, and shared/cloned skbs could enter the GRO engine. Ignat reported a BUG triggered later-on due to the above condition: [ 53.970529][ C1] kernel BUG at net/core/skbuff.c:3574! [ 53.981755][ C1] invalid opcode: 0000 [#1] PREEMPT SMP KASAN PTI [ 53.982634][ C1] CPU: 1 PID: 19 Comm: ksoftirqd/1 Not tainted 5.16.0-rc5+ #25 [ 53.982634][ C1] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015 [ 53.982634][ C1] RIP: 0010:skb_shift+0x13ef/0x23b0 [ 53.982634][ C1] Code: ea 03 0f b6 04 02 48 89 fa 83 e2 07 38 d0 7f 08 84 c0 0f 85 41 0c 00 00 41 80 7f 02 00 4d 8d b5 d0 00 00 00 0f 85 74 f5 ff ff <0f> 0b 4d 8d 77 20 be 04 00 00 00 4c 89 44 24 78 4c 89 f7 4c 89 8c [ 53.982634][ C1] RSP: 0018:ffff8881008f7008 EFLAGS: 00010246 [ 53.982634][ C1] RAX: 0000000000000000 RBX: ffff8881180b4c80 RCX: 0000000000000000 [ 53.982634][ C1] RDX: 0000000000000002 RSI: ffff8881180b4d3c RDI: ffff88810bc9cac2 [ 53.982634][ C1] RBP: ffff8881008f70b8 R08: ffff8881180b4cf4 R09: ffff8881180b4cf0 [ 53.982634][ C1] R10: ffffed1022999e5c R11: 0000000000000002 R12: 0000000000000590 [ 53.982634][ C1] R13: ffff88810f940c80 R14: ffff88810f940d50 R15: ffff88810bc9cac0 [ 53.982634][ C1] FS: 0000000000000000(0000) GS:ffff888235880000(0000) knlGS:0000000000000000 [ 53.982634][ C1] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 53.982634][ C1] CR2: 00007ff5f9b86680 CR3: 0000000108ce8004 CR4: 0000000000170ee0 [ 53.982634][ C1] Call Trace: [ 53.982634][ C1] <TASK> [ 53.982634][ C1] tcp_sacktag_walk+0xaba/0x18e0 [ 53.982634][ C1] tcp_sacktag_write_queue+0xe7b/0x3460 [ 53.982634][ C1] tcp_ack+0x2666/0x54b0 [ 53.982634][ C1] tcp_rcv_established+0x4d9/0x20f0 [ 53.982634][ C1] tcp_v4_do_rcv+0x551/0x810 [ 53.982634][ C1] tcp_v4_rcv+0x22ed/0x2ed0 [ 53.982634][ C1] ip_protocol_deliver_rcu+0x96/0xaf0 [ 53.982634][ C1] ip_local_deliver_finish+0x1e0/0x2f0 [ 53.982634][ C1] ip_sublist_rcv_finish+0x211/0x440 [ 53.982634][ C1] ip_list_rcv_finish.constprop.0+0x424/0x660 [ 53.982634][ C1] ip_list_rcv+0x2c8/0x410 [ 53.982634][ C1] __netif_receive_skb_list_core+0x65c/0x910 [ 53.982634][ C1] netif_receive_skb_list_internal+0x5f9/0xcb0 [ 53.982634][ C1] napi_complete_done+0x188/0x6e0 [ 53.982634][ C1] gro_cell_poll+0x10c/0x1d0 [ 53.982634][ C1] __napi_poll+0xa1/0x530 [ 53.982634][ C1] net_rx_action+0x567/0x1270 [ 53.982634][ C1] __do_softirq+0x28a/0x9ba [ 53.982634][ C1] run_ksoftirqd+0x32/0x60 [ 53.982634][ C1] smpboot_thread_fn+0x559/0x8c0 [ 53.982634][ C1] kthread+0x3b9/0x490 [ 53.982634][ C1] ret_from_fork+0x22/0x30 [ 53.982634][ C1] </TASK> Address the issue by skipping the GRO stage for shared or cloned skbs. To reduce the chance of OoO, try to unclone the skbs before giving up. v1 -> v2: - use avoid skb_copy and fallback to netif_receive_skb - Eric
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A use-after-free vulnerability was found in the TCP IP protocol in the Linux Kernel, where a delete operation of the RCU-protected pointer is supposed to clear the pointer before the call_rcu()/synchronize_rcu() guarding the actual memory freeing. This flaw allows a local attacker to crash the system or leak kernel internal information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
CVE-2021-47107 is a flaw in the Linux system that runs file-sharing services (NFS). The problem happened because the system did not properly check how much data it should handle when someone asked to list the contents of a folder. If that request was made with a very small value, the system could become confused and try to use more memory than it should. This mistake could cause the computer to crash, stop responding, or even give an attacker a chance to run harmful code. The issue has since been fixed in newer versions of Linux by adding proper checks to prevent unsafe requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
[REJECTED CVE] In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix exposure in nfsd4_decode_bitmap() The Linux kernel CVE team has assigned CVE-2021-47213 to this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the Linux kernel's nvme-rdma driver where the driver failed to destroy a component cm_id before another component qp was destroyed. This issue occurs when the kernel incorrectly manages memory during RDMA, leading to a potential use-after-free.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the Linux kernel's SCSI driver, in sg_copy_buffer() function, where an incorrect type in the min_t() macro can lead to a stack out-of-bounds condition. This occurs due to sign extension of larger values, which may result in memory corruption or DoS.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU Zap both valid and invalid roots when zapping/unmapping a gfn range, as KVM must ensure it holds no references to the freed page after returning from the unmap operation. Most notably, the TDP MMU doesn't zap invalid roots in mmu_notifier callbacks. This leads to use-after-free and other issues if the mmu_notifier runs to completion while an invalid root zapper yields as KVM fails to honor the requirement that there must be _no_ references to the page after the mmu_notifier returns. The bug is most easily reproduced by hacking KVM to cause a collision between set_nx_huge_pages() and kvm_mmu_notifier_release(), but the bug exists between kvm_mmu_notifier_invalidate_range_start() and memslot updates as well. Invalidating a root ensures pages aren't accessible by the guest, and KVM won't read or write page data itself, but KVM will trigger e.g. kvm_set_pfn_dirty() when zapping SPTEs, and thus completing a zap of an invalid root _after_ the mmu_notifier returns is fatal. WARNING: CPU: 24 PID: 1496 at arch/x86/kvm/../../../virt/kvm/kvm_main.c:173 [kvm] RIP: 0010:kvm_is_zone_device_pfn+0x96/0xa0 [kvm] Call Trace: <TASK> kvm_set_pfn_dirty+0xa8/0xe0 [kvm] __handle_changed_spte+0x2ab/0x5e0 [kvm] __handle_changed_spte+0x2ab/0x5e0 [kvm] __handle_changed_spte+0x2ab/0x5e0 [kvm] zap_gfn_range+0x1f3/0x310 [kvm] kvm_tdp_mmu_zap_invalidated_roots+0x50/0x90 [kvm] kvm_mmu_zap_all_fast+0x177/0x1a0 [kvm] set_nx_huge_pages+0xb4/0x190 [kvm] param_attr_store+0x70/0x100 module_attr_store+0x19/0x30 kernfs_fop_write_iter+0x119/0x1b0 new_sync_write+0x11c/0x1b0 vfs_write+0x1cc/0x270 ksys_write+0x5f/0xe0 do_syscall_64+0x38/0xc0 entry_SYSCALL_64_after_hwframe+0x44/0xae </TASK>
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the Linux kernel in the `udmabuf_create()` function. An improper user-provided argument validation can lead to a `ZERO_PTR` value being passed to the sg_alloc_append_table_from_pages()` function, which attempts a dereference and leads to a kernel crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the virtio-gpu module in the Linux kernel. If the initialization fails, for example, due to a fault injection, a missing check in the virtio_gpu_array_put_free function can cause a NULL pointer dereference, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A denial of service (DOS) issue was found in the Linux kernel’s smb2_ioctl_query_info function in the fs/cifs/smb2ops.c Common Internet File System (CIFS) due to an incorrect return from the memdup_user function. This flaw allows a local, privileged (CAP_SYS_ADMIN) attacker to crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A NULL pointer dereference was found in the Linux kernel’s UDF file system functionality in the way the user triggers the udf_file_write_iter function for a malicious UDF image. This flaw allows a local user to crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory leak flaw was found in the Linux kernel’s DMA subsystem, in the way a user calls DMA_FROM_DEVICE. This flaw allows a local user to read random memory from the kernel space.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle 'return' with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free flaw was found in the Linux kernel’s sound subsystem in the way a user triggers concurrent calls of PCM hw_params. The hw_free ioctls or similar race condition happens inside ALSA PCM for other ioctls. This flaw allows a local user to crash or potentially escalate their privileges on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free vulnerability was found in the tc_new_tfilter function in net/sched/cls_api.c in the Linux kernel. The availability of local, unprivileged user namespaces allows privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in KVM. When updating a guest's page table entry, vm_pgoff was improperly used as the offset to get the page's pfn. As vaddr and vm_pgoff are controllable by user-mode processes, this flaw allows unprivileged local users on the host to write outside the userspace region and potentially corrupt the kernel, resulting in a denial of service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free flaw was found in fs/ext4/namei.c:dx_insert_block() in the Linux kernel’s filesystem sub-component. This flaw allows a local attacker with a user privilege to cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A NULL pointer dereference issue was found in KVM when releasing a vCPU with dirty ring support enabled. This flaw allows an unprivileged local attacker on the host to issue specific ioctl calls, causing a kernel oops condition that results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A use-after-free vulnerability was found in drm_lease_held in drivers/gpu/drm/drm_lease.c in the Linux kernel due to a race problem. This flaw allows a local user privilege attacker to cause a denial of service (DoS) or a kernel information leak.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A NULL pointer dereference flaw was found in the Linux kernel’s KVM module, which can lead to a denial of service in the x86_emulate_insn in arch/x86/kvm/emulate.c. This flaw occurs while executing an illegal instruction in guest in the Intel CPU.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the Linux kernel's nft_set_desc_concat_parse() function .This flaw allows an attacker to trigger a buffer overflow via nft_set_desc_concat_parse() , causing a denial of service and possibly to run code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel’s KVM when attempting to set a SynIC IRQ. This issue makes it possible for a misbehaving VMM to write to SYNIC/STIMER MSRs, causing a NULL pointer dereference. This flaw allows an unprivileged local attacker on the host to issue specific ioctl calls, causing a kernel oops condition that results in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. Dm-verity is used for extending root-of-trust to root filesystems. LoadPin builds on this property to restrict module and firmware loads to just the trusted root filesystem. Device-mapper table reloads currently allow users with root privileges to switch out the target with an equivalent dm-linear target and bypass verification until reboot. This allows root to bypass LoadPin and can be used to load untrusted and unverified kernel modules and firmware, which implies arbitrary kernel execution and persistence for peripherals that do not verify firmware updates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free flaw was found in nf_tables cross-table in the net/netfilter/nf_tables_api.c function in the Linux kernel. This flaw allows a local, privileged attacker to cause a use-after-free problem at the time of table deletion, possibly leading to local privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
An integer coercion error was found in the openvswitch kernel module. Given a sufficiently large number of actions, while copying and reserving memory for a new action of a new flow, the reserve_sfa_size() function does not return -EMSGSIZE as expected, potentially leading to an out-of-bounds write access. This flaw allows a local user to crash or potentially escalate their privileges on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel’s implementation of Pressure Stall Information. While the feature is disabled by default, it could allow an attacker to crash the system or have other memory-corruption side effects.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
An issue was discovered in the Linux kernel through 5.16-rc6. netvsc_get_ethtool_stats in drivers/net/hyperv/netvsc_drv.c lacks check of the return value of kvmalloc_array() and will cause the null pointer dereference.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
An out-of-bounds access issue was found in the Linux kernel networking subsystem in the way raw packet sockets (AF_PACKET) used PACKET_COPY_THRESH and mmap operations. A local attacker with CAP_NET_RAW capability could use this flaw to trigger a buffer overflow resulting in a system crash or privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel, where it is possible to modify read-only files due to a missing permission check. This flaw can lead to local privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the kernel/debug/debug_core.c in the Linux kernel in lockdown mode. This flaw allows an attacker with local access to trigger the debugger, bypass lockdown and write anonymously.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A new cache speculation vulnerability, known as Branch History Injection (BHI) or Spectre-BHB, was found in hw. Spectre-BHB is similar to Spectre v2, except that malicious code uses the shared branch history (stored in the CPU Branch History Buffer, or BHB) to influence mispredicted branches within the victim's hardware context. Once that occurs, speculation caused by the mispredicted branches can cause cache allocation. This issue leads to obtaining information that should not be accessible.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. When an application tries to open a directory (using the O_DIRECTORY flag) in a mounted NFS filesystem, a lookup operation is performed. If the NFS server returns a file as a result of the lookup, the NFS filesystem returns an uninitialized file descriptor instead of the expected ENOTDIR value. This flaw leads to the kernel's data leak into the userspace.
CWE-908 - Use of Uninitialized Resource| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in hw. In certain processors with Intel's Enhanced Indirect Branch Restricted Speculation (eIBRS) capabilities, soon after VM exit or IBPB command event, the linear address following the most recent near CALL instruction prior to a VM exit may be used as the Return Stack Buffer (RSB) prediction.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A memory leak flaw was found in elo_probe in drivers/hid/hid-elo.c in the Human Interface Devices (HID) in the Linux kernel. This issue allows an attacker to cause a denial of service when hid_parse() in elo_probe() fails.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A double-free flaw was found in the Linux kernel in the ems_usb_start_xmit function. This flaw allows an attacker to create a memory leak and corrupt the underlying data structure by calling free more than once.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A use-after-free flaw was found in the Linux kernel’s net/sunrpc/xprt.c function in the Remote Procedure Call (SunRPC) protocol. This flaw allows a local attacker to crash the system, leading to a kernel information leak issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free flaw was found in u32_change in net/sched/cls_u32.c in the network subcomponent of the Linux kernel. This flaw allows a local attacker to crash the system, cause a privilege escalation, and leak kernel information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A memory corruption flaw was found in the Linux kernel’s Netfilter subsystem in the way a local user uses the libnetfilter_queue when analyzing a corrupted network packet. This flaw allows a local user to crash the system or a remote user to crash the system when the libnetfilter_queue is used by a local user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free vulnerability has been identified in the Linux kernel, specifically related to a stale set_brightness_delay callback function. This flaw can lead to compromised system availability. Due to the nature of use-after-free vulnerabilities, successful exploitation could result in unpredictable system behavior, crashes, or a denial-of-service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the Linux kernel's ASoC operations within the soc-ops.c file, where the function snd_soc_put_volsw() fails to validate the range of values being set, results in out-of-bounds values to be accepted,
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the Linux kernel's KVM component related to the LAPIC during the guest reboot process. This issue arises when the SET_LAPIC command is issued without exposing the tsc-deadline mode, leading to warnings and potential inconsistencies due to an unhandled preemption timer. This situation can disrupt the normal operation of virtual machines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in the Linux kernel's vsock subsystem's vsock_stream_connect() function where improper handling of the socket state can lead to the connected table's list being corrupted. This occurs when a signal interrupt occurs and resets the socket's state without removing it from the connected table; the process then attempts the connect() function again, which if successful, can lead to the socket being added a second time to the connected table, corrupting the linked list structure used for managing connected sockets. This vulnerability can potentially lead to memory corruption and system instability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A possible use-after-free was found in the Linux kernel in __nf_register_net_hook().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix TZ_GET_TRIP NULL pointer dereference Do not call get_trip_hyst() from thermal_genl_cmd_tz_get_trip() if the thermal zone does not define one.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A denial of service vulnerability was found in the Linux kernel. When debugfs is set as off in the kernel command line, iwiwifi's mvm module uses an invalid/unchecked debugfs_dir pointer, resulting in disruption to availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A hang vulnerability is possible in the Linux kernel in arch/x86/kvm/mmu/mmu.c. This issue may lead to compromised availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: dm integrity: fix memory corruption when tag_size is less than digest size It is possible to set up dm-integrity in such a way that the "tag_size" parameter is less than the actual digest size. In this situation, a part of the digest beyond tag_size is ignored. In this case, dm-integrity would write beyond the end of the ic->recalc_tags array and corrupt memory. The corruption happened in integrity_recalc->integrity_sector_checksum->crypto_shash_final. Fix this corruption by increasing the tags array so that it has enough padding at the end to accomodate the loop in integrity_recalc() being able to write a full digest size for the last member of the tags array.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the smc module in the Linux kernel. A NULL pointer dereference can be triggered due to a missing check before calling the dev_name function, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: ice: arfs: fix use-after-free when freeing @rx_cpu_rmap The CI testing bots triggered the following splat: [ 718.203054] BUG: KASAN: use-after-free in free_irq_cpu_rmap+0x53/0x80 [ 718.206349] Read of size 4 at addr ffff8881bd127e00 by task sh/20834 [ 718.212852] CPU: 28 PID: 20834 Comm: sh Kdump: loaded Tainted: G S W IOE 5.17.0-rc8_nextqueue-devqueue-02643-g23f3121aca93 #1 [ 718.219695] Hardware name: Intel Corporation S2600WFT/S2600WFT, BIOS SE5C620.86B.02.01.0012.070720200218 07/07/2020 [ 718.223418] Call Trace: [ 718.227139] [ 718.230783] dump_stack_lvl+0x33/0x42 [ 718.234431] print_address_description.constprop.9+0x21/0x170 [ 718.238177] ? free_irq_cpu_rmap+0x53/0x80 [ 718.241885] ? free_irq_cpu_rmap+0x53/0x80 [ 718.245539] kasan_report.cold.18+0x7f/0x11b [ 718.249197] ? free_irq_cpu_rmap+0x53/0x80 [ 718.252852] free_irq_cpu_rmap+0x53/0x80 [ 718.256471] ice_free_cpu_rx_rmap.part.11+0x37/0x50 [ice] [ 718.260174] ice_remove_arfs+0x5f/0x70 [ice] [ 718.263810] ice_rebuild_arfs+0x3b/0x70 [ice] [ 718.267419] ice_rebuild+0x39c/0xb60 [ice] [ 718.270974] ? asm_sysvec_apic_timer_interrupt+0x12/0x20 [ 718.274472] ? ice_init_phy_user_cfg+0x360/0x360 [ice] [ 718.278033] ? delay_tsc+0x4a/0xb0 [ 718.281513] ? preempt_count_sub+0x14/0xc0 [ 718.284984] ? delay_tsc+0x8f/0xb0 [ 718.288463] ice_do_reset+0x92/0xf0 [ice] [ 718.292014] ice_pci_err_resume+0x91/0xf0 [ice] [ 718.295561] pci_reset_function+0x53/0x80 <...> [ 718.393035] Allocated by task 690: [ 718.433497] Freed by task 20834: [ 718.495688] Last potentially related work creation: [ 718.568966] The buggy address belongs to the object at ffff8881bd127e00 which belongs to the cache kmalloc-96 of size 96 [ 718.574085] The buggy address is located 0 bytes inside of 96-byte region [ffff8881bd127e00, ffff8881bd127e60) [ 718.579265] The buggy address belongs to the page: [ 718.598905] Memory state around the buggy address: [ 718.601809] ffff8881bd127d00: fa fb fb fb fb fb fb fb fb fb fb fb fc fc fc fc [ 718.604796] ffff8881bd127d80: 00 00 00 00 00 00 00 00 00 00 fc fc fc fc fc fc [ 718.607794] >ffff8881bd127e00: fa fb fb fb fb fb fb fb fb fb fb fb fc fc fc fc [ 718.610811] ^ [ 718.613819] ffff8881bd127e80: 00 00 00 00 00 00 00 00 00 00 00 00 fc fc fc fc [ 718.617107] ffff8881bd127f00: fa fb fb fb fb fb fb fb fb fb fb fb fc fc fc fc This is due to that free_irq_cpu_rmap() is always being called *after* (devm_)free_irq() and thus it tries to work with IRQ descs already freed. For example, on device reset the driver frees the rmap right before allocating a new one (the splat above). Make rmap creation and freeing function symmetrical with {request,free}_irq() calls i.e. do that on ifup/ifdown instead of device probe/remove/resume. These operations can be performed independently from the actual device aRFS configuration. Also, make sure ice_vsi_free_irq() clears IRQ affinity notifiers only when aRFS is disabled -- otherwise, CPU rmap sets and clears its own and they must not be touched manually.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: veth: Ensure eth header is in skb's linear part After feeding a decapsulated packet to a veth device with act_mirred, skb_headlen() may be 0. But veth_xmit() calls __dev_forward_skb(), which expects at least ETH_HLEN byte of linear data (as __dev_forward_skb2() calls eth_type_trans(), which pulls ETH_HLEN bytes unconditionally). Use pskb_may_pull() to ensure veth_xmit() respects this constraint. kernel BUG at include/linux/skbuff.h:2328! RIP: 0010:eth_type_trans+0xcf/0x140 Call Trace: <IRQ> __dev_forward_skb2+0xe3/0x160 veth_xmit+0x6e/0x250 [veth] dev_hard_start_xmit+0xc7/0x200 __dev_queue_xmit+0x47f/0x520 ? skb_ensure_writable+0x85/0xa0 ? skb_mpls_pop+0x98/0x1c0 tcf_mirred_act+0x442/0x47e [act_mirred] tcf_action_exec+0x86/0x140 fl_classify+0x1d8/0x1e0 [cls_flower] ? dma_pte_clear_level+0x129/0x1a0 ? dma_pte_clear_level+0x129/0x1a0 ? prb_fill_curr_block+0x2f/0xc0 ? skb_copy_bits+0x11a/0x220 __tcf_classify+0x58/0x110 tcf_classify_ingress+0x6b/0x140 __netif_receive_skb_core.constprop.0+0x47d/0xfd0 ? __iommu_dma_unmap_swiotlb+0x44/0x90 __netif_receive_skb_one_core+0x3d/0xa0 netif_receive_skb+0x116/0x170 be_process_rx+0x22f/0x330 [be2net] be_poll+0x13c/0x370 [be2net] __napi_poll+0x2a/0x170 net_rx_action+0x22f/0x2f0 __do_softirq+0xca/0x2a8 __irq_exit_rcu+0xc1/0xe0 common_interrupt+0x83/0xa0
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Open vSwitch module in the Linux kernel. Improper handling of allocated memory can lead to a memory leak, potentially impacting system performance and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix potential crash on module unload The vmbus driver relies on the panic notifier infrastructure to perform some operations when a panic event is detected. Since vmbus can be built as module, it is required that the driver handles both registering and unregistering such panic notifier callback. After commit 74347a99e73a ("x86/Hyper-V: Unload vmbus channel in hv panic callback") though, the panic notifier registration is done unconditionally in the module initialization routine whereas the unregistering procedure is conditionally guarded and executes only if HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE capability is set. This patch fixes that by unconditionally unregistering the panic notifier in the module's exit routine as well.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the Linux kernel's `dm-ioctl` interface in the `lookup_ioctl()` function, which accepts a user-provided `cmd` value that is used to index the `_ioctls` array directly. This issue could lead to an out-of-bounds access if the CPU speculatively executes the array access before `cmd` is confirmed as valid, allowing an attacker to exploit a Spectre v1 gadget attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ath11k: Fix frames flush failure caused by deadlock We are seeing below warnings: kernel: [25393.301506] ath11k_pci 0000:01:00.0: failed to flush mgmt transmit queue 0 kernel: [25398.421509] ath11k_pci 0000:01:00.0: failed to flush mgmt transmit queue 0 kernel: [25398.421831] ath11k_pci 0000:01:00.0: dropping mgmt frame for vdev 0, is_started 0 this means ath11k fails to flush mgmt. frames because wmi_mgmt_tx_work has no chance to run in 5 seconds. By setting /proc/sys/kernel/hung_task_timeout_secs to 20 and increasing ATH11K_FLUSH_TIMEOUT to 50 we get below warnings: kernel: [ 120.763160] INFO: task wpa_supplicant:924 blocked for more than 20 seconds. kernel: [ 120.763169] Not tainted 5.10.90 #12 kernel: [ 120.763177] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. kernel: [ 120.763186] task:wpa_supplicant state:D stack: 0 pid: 924 ppid: 1 flags:0x000043a0 kernel: [ 120.763201] Call Trace: kernel: [ 120.763214] __schedule+0x785/0x12fa kernel: [ 120.763224] ? lockdep_hardirqs_on_prepare+0xe2/0x1bb kernel: [ 120.763242] schedule+0x7e/0xa1 kernel: [ 120.763253] schedule_timeout+0x98/0xfe kernel: [ 120.763266] ? run_local_timers+0x4a/0x4a kernel: [ 120.763291] ath11k_mac_flush_tx_complete+0x197/0x2b1 [ath11k 13c3a9bf37790f4ac8103b3decf7ab4008ac314a] kernel: [ 120.763306] ? init_wait_entry+0x2e/0x2e kernel: [ 120.763343] __ieee80211_flush_queues+0x167/0x21f [mac80211 335da900954f1c5ea7f1613d92088ce83342042c] kernel: [ 120.763378] __ieee80211_recalc_idle+0x105/0x125 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c] kernel: [ 120.763411] ieee80211_recalc_idle+0x14/0x27 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c] kernel: [ 120.763441] ieee80211_free_chanctx+0x77/0xa2 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c] kernel: [ 120.763473] __ieee80211_vif_release_channel+0x100/0x131 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c] kernel: [ 120.763540] ieee80211_vif_release_channel+0x66/0x81 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c] kernel: [ 120.763572] ieee80211_destroy_auth_data+0xa3/0xe6 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c] kernel: [ 120.763612] ieee80211_mgd_deauth+0x178/0x29b [mac80211 335da900954f1c5ea7f1613d92088ce83342042c] kernel: [ 120.763654] cfg80211_mlme_deauth+0x1a8/0x22c [cfg80211 8945aa5bc2af5f6972336665d8ad6f9c191ad5be] kernel: [ 120.763697] nl80211_deauthenticate+0xfa/0x123 [cfg80211 8945aa5bc2af5f6972336665d8ad6f9c191ad5be] kernel: [ 120.763715] genl_rcv_msg+0x392/0x3c2 kernel: [ 120.763750] ? nl80211_associate+0x432/0x432 [cfg80211 8945aa5bc2af5f6972336665d8ad6f9c191ad5be] kernel: [ 120.763782] ? nl80211_associate+0x432/0x432 [cfg80211 8945aa5bc2af5f6972336665d8ad6f9c191ad5be] kernel: [ 120.763802] ? genl_rcv+0x36/0x36 kernel: [ 120.763814] netlink_rcv_skb+0x89/0xf7 kernel: [ 120.763829] genl_rcv+0x28/0x36 kernel: [ 120.763840] netlink_unicast+0x179/0x24b kernel: [ 120.763854] netlink_sendmsg+0x393/0x401 kernel: [ 120.763872] sock_sendmsg+0x72/0x76 kernel: [ 120.763886] ____sys_sendmsg+0x170/0x1e6 kernel: [ 120.763897] ? copy_msghdr_from_user+0x7a/0xa2 kernel: [ 120.763914] ___sys_sendmsg+0x95/0xd1 kernel: [ 120.763940] __sys_sendmsg+0x85/0xbf kernel: [ 120.763956] do_syscall_64+0x43/0x55 kernel: [ 120.763966] entry_SYSCALL_64_after_hwframe+0x44/0xa9 kernel: [ 120.763977] RIP: 0033:0x79089f3fcc83 kernel: [ 120.763986] RSP: 002b:00007ffe604f0508 EFLAGS: 00000246 ORIG_RAX: 000000000000002e kernel: [ 120.763997] RAX: ffffffffffffffda RBX: 000059b40e987690 RCX: 000079089f3fcc83 kernel: [ 120.764006] RDX: 0000000000000000 RSI: 00007ffe604f0558 RDI: 0000000000000009 kernel: [ 120.764014] RBP: 00007ffe604f0540 R08: 0000000000000004 R09: 0000000000400000 kernel: [ 120.764023] R10: 00007ffe604f0638 R11: 0000000000000246 R12: 000059b40ea04980 kernel: [ 120.764032] R13: 00007ffe604 ---truncated---
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix crash when startup fails. If the nic fails to start, it is possible that the reset_work has already been scheduled. Ensure the work item is canceled so we do not have use-after-free crash in case cleanup is called before the work item is executed. This fixes crash on my x86_64 apu2 when mt7921k radio fails to work. Radio still fails, but OS does not crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ath11k: mhi: use mhi_sync_power_up() If amss.bin was missing ath11k would crash during 'rmmod ath11k_pci'. The reason for that was that we were using mhi_async_power_up() which does not check any errors. But mhi_sync_power_up() on the other hand does check for errors so let's use that to fix the crash. I was not able to find a reason why an async version was used. ath11k_mhi_start() (which enables state ATH11K_MHI_POWER_ON) is called from ath11k_hif_power_up(), which can sleep. So sync version should be safe to use here. [ 145.569731] general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN PTI [ 145.569789] KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] [ 145.569843] CPU: 2 PID: 1628 Comm: rmmod Kdump: loaded Tainted: G W 5.16.0-wt-ath+ #567 [ 145.569898] Hardware name: Intel(R) Client Systems NUC8i7HVK/NUC8i7HVB, BIOS HNKBLi70.86A.0067.2021.0528.1339 05/28/2021 [ 145.569956] RIP: 0010:ath11k_hal_srng_access_begin+0xb5/0x2b0 [ath11k] [ 145.570028] Code: df 48 89 fa 48 c1 ea 03 80 3c 02 00 0f 85 ec 01 00 00 48 8b ab a8 00 00 00 48 b8 00 00 00 00 00 fc ff df 48 89 ea 48 c1 ea 03 <0f> b6 14 02 48 89 e8 83 e0 07 83 c0 03 45 85 ed 75 48 38 d0 7c 08 [ 145.570089] RSP: 0018:ffffc900025d7ac0 EFLAGS: 00010246 [ 145.570144] RAX: dffffc0000000000 RBX: ffff88814fca2dd8 RCX: 1ffffffff50cb455 [ 145.570196] RDX: 0000000000000000 RSI: ffff88814fca2dd8 RDI: ffff88814fca2e80 [ 145.570252] RBP: 0000000000000000 R08: 0000000000000000 R09: ffffffffa8659497 [ 145.570329] R10: fffffbfff50cb292 R11: 0000000000000001 R12: ffff88814fca0000 [ 145.570410] R13: 0000000000000000 R14: ffff88814fca2798 R15: ffff88814fca2dd8 [ 145.570465] FS: 00007fa399988540(0000) GS:ffff888233e00000(0000) knlGS:0000000000000000 [ 145.570519] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 145.570571] CR2: 00007fa399b51421 CR3: 0000000137898002 CR4: 00000000003706e0 [ 145.570623] Call Trace: [ 145.570675] <TASK> [ 145.570727] ? ath11k_ce_tx_process_cb+0x34b/0x860 [ath11k] [ 145.570797] ath11k_ce_tx_process_cb+0x356/0x860 [ath11k] [ 145.570864] ? tasklet_init+0x150/0x150 [ 145.570919] ? ath11k_ce_alloc_pipes+0x280/0x280 [ath11k] [ 145.570986] ? tasklet_clear_sched+0x42/0xe0 [ 145.571042] ? tasklet_kill+0xe9/0x1b0 [ 145.571095] ? tasklet_clear_sched+0xe0/0xe0 [ 145.571148] ? irq_has_action+0x120/0x120 [ 145.571202] ath11k_ce_cleanup_pipes+0x45a/0x580 [ath11k] [ 145.571270] ? ath11k_pci_stop+0x10e/0x170 [ath11k_pci] [ 145.571345] ath11k_core_stop+0x8a/0xc0 [ath11k] [ 145.571434] ath11k_core_deinit+0x9e/0x150 [ath11k] [ 145.571499] ath11k_pci_remove+0xd2/0x260 [ath11k_pci] [ 145.571553] pci_device_remove+0x9a/0x1c0 [ 145.571605] __device_release_driver+0x332/0x660 [ 145.571659] driver_detach+0x1e7/0x2c0 [ 145.571712] bus_remove_driver+0xe2/0x2d0 [ 145.571772] pci_unregister_driver+0x21/0x250 [ 145.571826] __do_sys_delete_module+0x30a/0x4b0 [ 145.571879] ? free_module+0xac0/0xac0 [ 145.571933] ? lockdep_hardirqs_on_prepare.part.0+0x18c/0x370 [ 145.571986] ? syscall_enter_from_user_mode+0x1d/0x50 [ 145.572039] ? lockdep_hardirqs_on+0x79/0x100 [ 145.572097] do_syscall_64+0x3b/0x90 [ 145.572153] entry_SYSCALL_64_after_hwframe+0x44/0xae Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03003-QCAHSPSWPL_V1_V2_SILICONZ_LITE-2
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Avoid out of bounds access when parsing _CPC data If the NumEntries field in the _CPC return package is less than 2, do not attempt to access the "Revision" element of that package, because it may not be present then. BugLink: https://lore.kernel.org/lkml/20220322143534.GC32582@xsang-OptiPlex-9020/
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix scheduling while atomic The driver makes a call into midlayer (fc_remote_port_delete) which can put the thread to sleep. The thread that originates the call is in interrupt context. The combination of the two trigger a crash. Schedule the call in non-interrupt context where it is more safe. kernel: BUG: scheduling while atomic: swapper/7/0/0x00010000 kernel: Call Trace: kernel: <IRQ> kernel: dump_stack+0x66/0x81 kernel: __schedule_bug.cold.90+0x5/0x1d kernel: __schedule+0x7af/0x960 kernel: schedule+0x28/0x80 kernel: schedule_timeout+0x26d/0x3b0 kernel: wait_for_completion+0xb4/0x140 kernel: ? wake_up_q+0x70/0x70 kernel: __wait_rcu_gp+0x12c/0x160 kernel: ? sdev_evt_alloc+0xc0/0x180 [scsi_mod] kernel: synchronize_sched+0x6c/0x80 kernel: ? call_rcu_bh+0x20/0x20 kernel: ? __bpf_trace_rcu_invoke_callback+0x10/0x10 kernel: sdev_evt_alloc+0xfd/0x180 [scsi_mod] kernel: starget_for_each_device+0x85/0xb0 [scsi_mod] kernel: ? scsi_init_io+0x360/0x3d0 [scsi_mod] kernel: scsi_init_io+0x388/0x3d0 [scsi_mod] kernel: device_for_each_child+0x54/0x90 kernel: fc_remote_port_delete+0x70/0xe0 [scsi_transport_fc] kernel: qla2x00_schedule_rport_del+0x62/0xf0 [qla2xxx] kernel: qla2x00_mark_device_lost+0x9c/0xd0 [qla2xxx] kernel: qla24xx_handle_plogi_done_event+0x55f/0x570 [qla2xxx] kernel: qla2x00_async_login_sp_done+0xd2/0x100 [qla2xxx] kernel: qla24xx_logio_entry+0x13a/0x3c0 [qla2xxx] kernel: qla24xx_process_response_queue+0x306/0x400 [qla2xxx] kernel: qla24xx_msix_rsp_q+0x3f/0xb0 [qla2xxx] kernel: __handle_irq_event_percpu+0x40/0x180 kernel: handle_irq_event_percpu+0x30/0x80 kernel: handle_irq_event+0x36/0x60
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix warning message due to adisc being flushed Fix warning message due to adisc being flushed. Linux kernel triggered a warning message where a different error code type is not matching up with the expected type. Add additional translation of one error code type to another. WARNING: CPU: 2 PID: 1131623 at drivers/scsi/qla2xxx/qla_init.c:498 qla2x00_async_adisc_sp_done+0x294/0x2b0 [qla2xxx] CPU: 2 PID: 1131623 Comm: drmgr Not tainted 5.13.0-rc1-autotest #1 .. GPR28: c000000aaa9c8890 c0080000079ab678 c00000140a104800 c00000002bd19000 NIP [c00800000790857c] qla2x00_async_adisc_sp_done+0x294/0x2b0 [qla2xxx] LR [c008000007908578] qla2x00_async_adisc_sp_done+0x290/0x2b0 [qla2xxx] Call Trace: [c00000001cdc3620] [c008000007908578] qla2x00_async_adisc_sp_done+0x290/0x2b0 [qla2xxx] (unreliable) [c00000001cdc3710] [c0080000078f3080] __qla2x00_abort_all_cmds+0x1b8/0x580 [qla2xxx] [c00000001cdc3840] [c0080000078f589c] qla2x00_abort_all_cmds+0x34/0xd0 [qla2xxx] [c00000001cdc3880] [c0080000079153d8] qla2x00_abort_isp_cleanup+0x3f0/0x570 [qla2xxx] [c00000001cdc3920] [c0080000078fb7e8] qla2x00_remove_one+0x3d0/0x480 [qla2xxx] [c00000001cdc39b0] [c00000000071c274] pci_device_remove+0x64/0x120 [c00000001cdc39f0] [c0000000007fb818] device_release_driver_internal+0x168/0x2a0 [c00000001cdc3a30] [c00000000070e304] pci_stop_bus_device+0xb4/0x100 [c00000001cdc3a70] [c00000000070e4f0] pci_stop_and_remove_bus_device+0x20/0x40 [c00000001cdc3aa0] [c000000000073940] pci_hp_remove_devices+0x90/0x130 [c00000001cdc3b30] [c0080000070704d0] disable_slot+0x38/0x90 [rpaphp] [ c00000001cdc3b60] [c00000000073eb4c] power_write_file+0xcc/0x180 [c00000001cdc3be0] [c0000000007354bc] pci_slot_attr_store+0x3c/0x60 [c00000001cdc3c00] [c00000000055f820] sysfs_kf_write+0x60/0x80 [c00000001cdc3c20] [c00000000055df10] kernfs_fop_write_iter+0x1a0/0x290 [c00000001cdc3c70] [c000000000447c4c] new_sync_write+0x14c/0x1d0 [c00000001cdc3d10] [c00000000044b134] vfs_write+0x224/0x330 [c00000001cdc3d60] [c00000000044b3f4] ksys_write+0x74/0x130 [c00000001cdc3db0] [c00000000002df70] system_call_exception+0x150/0x2d0 [c00000001cdc3e10] [c00000000000d45c] system_call_common+0xec/0x278
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash during module load unload test During purex packet handling the driver was incorrectly freeing a pre-allocated structure. Fix this by skipping that entry. System crashed with the following stack during a module unload test. Call Trace: sbitmap_init_node+0x7f/0x1e0 sbitmap_queue_init_node+0x24/0x150 blk_mq_init_bitmaps+0x3d/0xa0 blk_mq_init_tags+0x68/0x90 blk_mq_alloc_map_and_rqs+0x44/0x120 blk_mq_alloc_set_map_and_rqs+0x63/0x150 blk_mq_alloc_tag_set+0x11b/0x230 scsi_add_host_with_dma.cold+0x3f/0x245 qla2x00_probe_one+0xd5a/0x1b80 [qla2xxx] Call Trace with slub_debug and debug kernel: kasan_report_invalid_free+0x50/0x80 __kasan_slab_free+0x137/0x150 slab_free_freelist_hook+0xc6/0x190 kfree+0xe8/0x2e0 qla2x00_free_device+0x3bb/0x5d0 [qla2xxx] qla2x00_remove_one+0x668/0xcf0 [qla2xxx]
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: PM: core: keep irq flags in device_pm_check_callbacks() The function device_pm_check_callbacks() can be called under the spin lock (in the reported case it happens from genpd_add_device() -> dev_pm_domain_set(), when the genpd uses spinlocks rather than mutexes. However this function uncoditionally uses spin_lock_irq() / spin_unlock_irq(), thus not preserving the CPU flags. Use the irqsave/irqrestore instead. The backtrace for the reference: [ 2.752010] ------------[ cut here ]------------ [ 2.756769] raw_local_irq_restore() called with IRQs enabled [ 2.762596] WARNING: CPU: 4 PID: 1 at kernel/locking/irqflag-debug.c:10 warn_bogus_irq_restore+0x34/0x50 [ 2.772338] Modules linked in: [ 2.775487] CPU: 4 PID: 1 Comm: swapper/0 Tainted: G S 5.17.0-rc6-00384-ge330d0d82eff-dirty #684 [ 2.781384] Freeing initrd memory: 46024K [ 2.785839] pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 2.785841] pc : warn_bogus_irq_restore+0x34/0x50 [ 2.785844] lr : warn_bogus_irq_restore+0x34/0x50 [ 2.785846] sp : ffff80000805b7d0 [ 2.785847] x29: ffff80000805b7d0 x28: 0000000000000000 x27: 0000000000000002 [ 2.785850] x26: ffffd40e80930b18 x25: ffff7ee2329192b8 x24: ffff7edfc9f60800 [ 2.785853] x23: ffffd40e80930b18 x22: ffffd40e80930d30 x21: ffff7edfc0dffa00 [ 2.785856] x20: ffff7edfc09e3768 x19: 0000000000000000 x18: ffffffffffffffff [ 2.845775] x17: 6572206f74206465 x16: 6c696166203a3030 x15: ffff80008805b4f7 [ 2.853108] x14: 0000000000000000 x13: ffffd40e809550b0 x12: 00000000000003d8 [ 2.860441] x11: 0000000000000148 x10: ffffd40e809550b0 x9 : ffffd40e809550b0 [ 2.867774] x8 : 00000000ffffefff x7 : ffffd40e809ad0b0 x6 : ffffd40e809ad0b0 [ 2.875107] x5 : 000000000000bff4 x4 : 0000000000000000 x3 : 0000000000000000 [ 2.882440] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff7edfc03a8000 [ 2.889774] Call trace: [ 2.892290] warn_bogus_irq_restore+0x34/0x50 [ 2.896770] _raw_spin_unlock_irqrestore+0x94/0xa0 [ 2.901690] genpd_unlock_spin+0x20/0x30 [ 2.905724] genpd_add_device+0x100/0x2d0 [ 2.909850] __genpd_dev_pm_attach+0xa8/0x23c [ 2.914329] genpd_dev_pm_attach_by_id+0xc4/0x190 [ 2.919167] genpd_dev_pm_attach_by_name+0x3c/0xd0 [ 2.924086] dev_pm_domain_attach_by_name+0x24/0x30 [ 2.929102] psci_dt_attach_cpu+0x24/0x90 [ 2.933230] psci_cpuidle_probe+0x2d4/0x46c [ 2.937534] platform_probe+0x68/0xe0 [ 2.941304] really_probe.part.0+0x9c/0x2fc [ 2.945605] __driver_probe_device+0x98/0x144 [ 2.950085] driver_probe_device+0x44/0x15c [ 2.954385] __device_attach_driver+0xb8/0x120 [ 2.958950] bus_for_each_drv+0x78/0xd0 [ 2.962896] __device_attach+0xd8/0x180 [ 2.966843] device_initial_probe+0x14/0x20 [ 2.971144] bus_probe_device+0x9c/0xa4 [ 2.975092] device_add+0x380/0x88c [ 2.978679] platform_device_add+0x114/0x234 [ 2.983067] platform_device_register_full+0x100/0x190 [ 2.988344] psci_idle_init+0x6c/0xb0 [ 2.992113] do_one_initcall+0x74/0x3a0 [ 2.996060] kernel_init_freeable+0x2fc/0x384 [ 3.000543] kernel_init+0x28/0x130 [ 3.004132] ret_from_fork+0x10/0x20 [ 3.007817] irq event stamp: 319826 [ 3.011404] hardirqs last enabled at (319825): [<ffffd40e7eda0268>] __up_console_sem+0x78/0x84 [ 3.020332] hardirqs last disabled at (319826): [<ffffd40e7fd6d9d8>] el1_dbg+0x24/0x8c [ 3.028458] softirqs last enabled at (318312): [<ffffd40e7ec90410>] _stext+0x410/0x588 [ 3.036678] softirqs last disabled at (318299): [<ffffd40e7ed1bf68>] __irq_exit_rcu+0x158/0x174 [ 3.045607] ---[ end trace 0000000000000000 ]---
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit() This code checks "index" for an upper bound but it does not check for negatives. Change the type to unsigned to prevent underflows.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: ath9k_htc: fix uninit value bugs Syzbot reported 2 KMSAN bugs in ath9k. All of them are caused by missing field initialization. In htc_connect_service() svc_meta_len and pad are not initialized. Based on code it looks like in current skb there is no service data, so simply initialize svc_meta_len to 0. htc_issue_send() does not initialize htc_frame_hdr::control array. Based on firmware code, it will initialize it by itself, so simply zero whole array to make KMSAN happy Fail logs: BUG: KMSAN: kernel-usb-infoleak in usb_submit_urb+0x6c1/0x2aa0 drivers/usb/core/urb.c:430 usb_submit_urb+0x6c1/0x2aa0 drivers/usb/core/urb.c:430 hif_usb_send_regout drivers/net/wireless/ath/ath9k/hif_usb.c:127 [inline] hif_usb_send+0x5f0/0x16f0 drivers/net/wireless/ath/ath9k/hif_usb.c:479 htc_issue_send drivers/net/wireless/ath/ath9k/htc_hst.c:34 [inline] htc_connect_service+0x143e/0x1960 drivers/net/wireless/ath/ath9k/htc_hst.c:275 ... Uninit was created at: slab_post_alloc_hook mm/slab.h:524 [inline] slab_alloc_node mm/slub.c:3251 [inline] __kmalloc_node_track_caller+0xe0c/0x1510 mm/slub.c:4974 kmalloc_reserve net/core/skbuff.c:354 [inline] __alloc_skb+0x545/0xf90 net/core/skbuff.c:426 alloc_skb include/linux/skbuff.h:1126 [inline] htc_connect_service+0x1029/0x1960 drivers/net/wireless/ath/ath9k/htc_hst.c:258 ... Bytes 4-7 of 18 are uninitialized Memory access of size 18 starts at ffff888027377e00 BUG: KMSAN: kernel-usb-infoleak in usb_submit_urb+0x6c1/0x2aa0 drivers/usb/core/urb.c:430 usb_submit_urb+0x6c1/0x2aa0 drivers/usb/core/urb.c:430 hif_usb_send_regout drivers/net/wireless/ath/ath9k/hif_usb.c:127 [inline] hif_usb_send+0x5f0/0x16f0 drivers/net/wireless/ath/ath9k/hif_usb.c:479 htc_issue_send drivers/net/wireless/ath/ath9k/htc_hst.c:34 [inline] htc_connect_service+0x143e/0x1960 drivers/net/wireless/ath/ath9k/htc_hst.c:275 ... Uninit was created at: slab_post_alloc_hook mm/slab.h:524 [inline] slab_alloc_node mm/slub.c:3251 [inline] __kmalloc_node_track_caller+0xe0c/0x1510 mm/slub.c:4974 kmalloc_reserve net/core/skbuff.c:354 [inline] __alloc_skb+0x545/0xf90 net/core/skbuff.c:426 alloc_skb include/linux/skbuff.h:1126 [inline] htc_connect_service+0x1029/0x1960 drivers/net/wireless/ath/ath9k/htc_hst.c:258 ... Bytes 16-17 of 18 are uninitialized Memory access of size 18 starts at ffff888027377e00
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the Linux kernel's ath11k driver, where an accidental skip was introduced during peer deletion, originally intended to fix a firmware crash by changing the WMI command sequence. This results in a potential use-after-free scenario caused by the peer structure not being set to NULL and thus being accessed later on by other functions. This issue can lead to memory corruption, system instability, and potential code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: block: don't delete queue kobject before its children kobjects aren't supposed to be deleted before their child kobjects are deleted. Apparently this is usually benign; however, a WARN will be triggered if one of the child kobjects has a named attribute group: sysfs group 'modes' not found for kobject 'crypto' WARNING: CPU: 0 PID: 1 at fs/sysfs/group.c:278 sysfs_remove_group+0x72/0x80 ... Call Trace: sysfs_remove_groups+0x29/0x40 fs/sysfs/group.c:312 __kobject_del+0x20/0x80 lib/kobject.c:611 kobject_cleanup+0xa4/0x140 lib/kobject.c:696 kobject_release lib/kobject.c:736 [inline] kref_put include/linux/kref.h:65 [inline] kobject_put+0x53/0x70 lib/kobject.c:753 blk_crypto_sysfs_unregister+0x10/0x20 block/blk-crypto-sysfs.c:159 blk_unregister_queue+0xb0/0x110 block/blk-sysfs.c:962 del_gendisk+0x117/0x250 block/genhd.c:610 Fix this by moving the kobject_del() and the corresponding kobject_uevent() to the correct place.
CWE-459 - Incomplete Cleanup| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path This avoids leaking memory if brcmf_chip_get_raminfo fails. Note that the CLM blob is released in the device remove path.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove() When a genpd with GENPD_FLAG_IRQ_SAFE gets removed, the following sleep-in-atomic bug will be seen, as genpd_debug_remove() will be called with a spinlock being held. [ 0.029183] BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:1460 [ 0.029204] in_atomic(): 1, irqs_disabled(): 128, non_block: 0, pid: 1, name: swapper/0 [ 0.029219] preempt_count: 1, expected: 0 [ 0.029230] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.17.0-rc4+ #489 [ 0.029245] Hardware name: Thundercomm TurboX CM2290 (DT) [ 0.029256] Call trace: [ 0.029265] dump_backtrace.part.0+0xbc/0xd0 [ 0.029285] show_stack+0x3c/0xa0 [ 0.029298] dump_stack_lvl+0x7c/0xa0 [ 0.029311] dump_stack+0x18/0x34 [ 0.029323] __might_resched+0x10c/0x13c [ 0.029338] __might_sleep+0x4c/0x80 [ 0.029351] down_read+0x24/0xd0 [ 0.029363] lookup_one_len_unlocked+0x9c/0xcc [ 0.029379] lookup_positive_unlocked+0x10/0x50 [ 0.029392] debugfs_lookup+0x68/0xac [ 0.029406] genpd_remove.part.0+0x12c/0x1b4 [ 0.029419] of_genpd_remove_last+0xa8/0xd4 [ 0.029434] psci_cpuidle_domain_probe+0x174/0x53c [ 0.029449] platform_probe+0x68/0xe0 [ 0.029462] really_probe+0x190/0x430 [ 0.029473] __driver_probe_device+0x90/0x18c [ 0.029485] driver_probe_device+0x40/0xe0 [ 0.029497] __driver_attach+0xf4/0x1d0 [ 0.029508] bus_for_each_dev+0x70/0xd0 [ 0.029523] driver_attach+0x24/0x30 [ 0.029534] bus_add_driver+0x164/0x22c [ 0.029545] driver_register+0x78/0x130 [ 0.029556] __platform_driver_register+0x28/0x34 [ 0.029569] psci_idle_init_domains+0x1c/0x28 [ 0.029583] do_one_initcall+0x50/0x1b0 [ 0.029595] kernel_init_freeable+0x214/0x280 [ 0.029609] kernel_init+0x2c/0x13c [ 0.029622] ret_from_fork+0x10/0x20 It doesn't seem necessary to call genpd_debug_remove() with the lock, so move it out from locking to fix the problem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM Do not call snd_dma_free_pages() when snd_dma_alloc_pages() returns -ENOMEM because it leads to a NULL pointer dereference bug. The dmesg says: [ T1387] sof-audio-pci-intel-tgl 0000:00:1f.3: error: memory alloc failed: -12 [ T1387] BUG: kernel NULL pointer dereference, address: 0000000000000000 [ T1387] #PF: supervisor read access in kernel mode [ T1387] #PF: error_code(0x0000) - not-present page [ T1387] PGD 0 P4D 0 [ T1387] Oops: 0000 [#1] PREEMPT SMP NOPTI [ T1387] CPU: 6 PID: 1387 Comm: alsa-sink-HDA A Tainted: G W 5.17.0-rc4-superb-owl-00055-g80d47f5de5e3 [ T1387] Hardware name: HP HP Laptop 14s-dq2xxx/87FD, BIOS F.15 09/15/2021 [ T1387] RIP: 0010:dma_free_noncontiguous+0x37/0x80 [ T1387] Code: [... snip ...] [ T1387] RSP: 0000:ffffc90002b87770 EFLAGS: 00010246 [ T1387] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ T1387] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff888101db30d0 [ T1387] RBP: 00000000fffffff4 R08: 0000000000000000 R09: 0000000000000000 [ T1387] R10: 0000000000000000 R11: ffffc90002b874d0 R12: 0000000000000001 [ T1387] R13: 0000000000058000 R14: ffff888105260c68 R15: ffff888105260828 [ T1387] FS: 00007f42e2ffd640(0000) GS:ffff888466b80000(0000) knlGS:0000000000000000 [ T1387] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ T1387] CR2: 0000000000000000 CR3: 000000014acf0003 CR4: 0000000000770ee0 [ T1387] PKRU: 55555554 [ T1387] Call Trace: [ T1387] <TASK> [ T1387] cl_stream_prepare+0x10a/0x120 [snd_sof_intel_hda_common 146addf995b9279ae7f509621078cccbe4f875e1] [... snip ...] [ T1387] </TASK>
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock syzbot caught a potential deadlock between the PCM runtime->buffer_mutex and the mm->mmap_lock. It was brought by the recent fix to cover the racy read/write and other ioctls, and in that commit, I overlooked a (hopefully only) corner case that may take the revert lock, namely, the OSS mmap. The OSS mmap operation exceptionally allows to re-configure the parameters inside the OSS mmap syscall, where mm->mmap_mutex is already held. Meanwhile, the copy_from/to_user calls at read/write operations also take the mm->mmap_lock internally, hence it may lead to a AB/BA deadlock. A similar problem was already seen in the past and we fixed it with a refcount (in commit b248371628aa). The former fix covered only the call paths with OSS read/write and OSS ioctls, while we need to cover the concurrent access via both ALSA and OSS APIs now. This patch addresses the problem above by replacing the buffer_mutex lock in the read/write operations with a refcount similar as we've used for OSS. The new field, runtime->buffer_accessing, keeps the number of concurrent read/write operations. Unlike the former buffer_mutex protection, this protects only around the copy_from/to_user() calls; the other codes are basically protected by the PCM stream lock. The refcount can be a negative, meaning blocked by the ioctls. If a negative value is seen, the read/write aborts with -EBUSY. In the ioctl side, OTOH, they check this refcount, too, and set to a negative value for blocking unless it's already being accessed.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent prealloc proc writes We have no protection against concurrent PCM buffer preallocation changes via proc files, and it may potentially lead to UAF or some weird problem. This patch applies the PCM open_mutex to the proc write operation for avoiding the racy proc writes and the PCM stream open (and further operations).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 ("mac80211: mesh: Free ie data when leaving mesh") fixed a memory leak on mesh leave / teardown it introduced a potential memory corruption caused by a double free when rejoining the mesh: ieee80211_leave_mesh() -> kfree(sdata->u.mesh.ie); ... ieee80211_join_mesh() -> copy_mesh_setup() -> old_ie = ifmsh->ie; -> kfree(old_ie); This double free / kernel panics can be reproduced by using wpa_supplicant with an encrypted mesh (if set up without encryption via "iw" then ifmsh->ie is always NULL, which avoids this issue). And then calling: $ iw dev mesh0 mesh leave $ iw dev mesh0 mesh join my-mesh Note that typically these commands are not used / working when using wpa_supplicant. And it seems that wpa_supplicant or wpa_cli are going through a NETDEV_DOWN/NETDEV_UP cycle between a mesh leave and mesh join where the NETDEV_UP resets the mesh.ie to NULL via a memcpy of default_mesh_setup in cfg80211_netdev_notifier_call, which then avoids the memory corruption, too. The issue was first observed in an application which was not using wpa_supplicant but "Senf" instead, which implements its own calls to nl80211. Fixing the issue by removing the kfree()'ing of the mesh IE in the mesh join function and leaving it solely up to the mesh leave to free the mesh IE.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ALSA: oss: Fix PCM OSS buffer allocation overflow We've got syzbot reports hitting INT_MAX overflow at vmalloc() allocation that is called from snd_pcm_plug_alloc(). Although we apply the restrictions to input parameters, it's based only on the hw_params of the underlying PCM device. Since the PCM OSS layer allocates a temporary buffer for the data conversion, the size may become unexpectedly large when more channels or higher rates is given; in the reported case, it went over INT_MAX, hence it hits WARN_ON(). This patch is an attempt to avoid such an overflow and an allocation for too large buffers. First off, it adds the limit of 1MB as the upper bound for period bytes. This must be large enough for all use cases, and we really don't want to handle a larger temporary buffer than this size. The size check is performed at two places, where the original period bytes is calculated and where the plugin buffer size is calculated. In addition, the driver uses array_size() and array3_size() for multiplications to catch overflows for the converted period size and buffer bytes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid cycles in directory h-tree A maliciously corrupted filesystem can contain cycles in the h-tree stored inside a directory. That can easily lead to the kernel corrupting tree nodes that were already verified under its hands while doing a node split and consequently accessing unallocated memory. Fix the problem by verifying traversed block numbers are unique.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on in ext4_writepages we got issue as follows: EXT4-fs error (device loop0): ext4_mb_generate_buddy:1141: group 0, block bitmap and bg descriptor inconsistent: 25 vs 31513 free cls ------------[ cut here ]------------ kernel BUG at fs/ext4/inode.c:2708! invalid opcode: 0000 [#1] PREEMPT SMP KASAN PTI CPU: 2 PID: 2147 Comm: rep Not tainted 5.18.0-rc2-next-20220413+ #155 RIP: 0010:ext4_writepages+0x1977/0x1c10 RSP: 0018:ffff88811d3e7880 EFLAGS: 00010246 RAX: 0000000000000000 RBX: 0000000000000001 RCX: ffff88811c098000 RDX: 0000000000000000 RSI: ffff88811c098000 RDI: 0000000000000002 RBP: ffff888128140f50 R08: ffffffffb1ff6387 R09: 0000000000000000 R10: 0000000000000007 R11: ffffed10250281ea R12: 0000000000000001 R13: 00000000000000a4 R14: ffff88811d3e7bb8 R15: ffff888128141028 FS: 00007f443aed9740(0000) GS:ffff8883aef00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000020007200 CR3: 000000011c2a4000 CR4: 00000000000006e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: <TASK> do_writepages+0x130/0x3a0 filemap_fdatawrite_wbc+0x83/0xa0 filemap_flush+0xab/0xe0 ext4_alloc_da_blocks+0x51/0x120 __ext4_ioctl+0x1534/0x3210 __x64_sys_ioctl+0x12c/0x170 do_syscall_64+0x3b/0x90 It may happen as follows: 1. write inline_data inode vfs_write new_sync_write ext4_file_write_iter ext4_buffered_write_iter generic_perform_write ext4_da_write_begin ext4_da_write_inline_data_begin -> If inline data size too small will allocate block to write, then mapping will has dirty page ext4_da_convert_inline_data_to_extent ->clear EXT4_STATE_MAY_INLINE_DATA 2. fallocate do_vfs_ioctl ioctl_preallocate vfs_fallocate ext4_fallocate ext4_convert_inline_data ext4_convert_inline_data_nolock ext4_map_blocks -> fail will goto restore data ext4_restore_inline_data ext4_create_inline_data ext4_write_inline_data ext4_set_inode_state -> set inode EXT4_STATE_MAY_INLINE_DATA 3. writepages __ext4_ioctl ext4_alloc_da_blocks filemap_flush filemap_fdatawrite_wbc do_writepages ext4_writepages if (ext4_has_inline_data(inode)) BUG_ON(ext4_test_inode_state(inode, EXT4_STATE_MAY_INLINE_DATA)) The root cause of this issue is we destory inline data until call ext4_writepages under delay allocation mode. But there maybe already convert from inline to extent. To solve this issue, we call filemap_flush first..
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4_rename_dir_prepare We got issue as follows: EXT4-fs (loop0): mounted filesystem without journal. Opts: ,errors=continue ext4_get_first_dir_block: bh->b_data=0xffff88810bee6000 len=34478 ext4_get_first_dir_block: *parent_de=0xffff88810beee6ae bh->b_data=0xffff88810bee6000 ext4_rename_dir_prepare: [1] parent_de=0xffff88810beee6ae ================================================================== BUG: KASAN: use-after-free in ext4_rename_dir_prepare+0x152/0x220 Read of size 4 at addr ffff88810beee6ae by task rep/1895 CPU: 13 PID: 1895 Comm: rep Not tainted 5.10.0+ #241 Call Trace: dump_stack+0xbe/0xf9 print_address_description.constprop.0+0x1e/0x220 kasan_report.cold+0x37/0x7f ext4_rename_dir_prepare+0x152/0x220 ext4_rename+0xf44/0x1ad0 ext4_rename2+0x11c/0x170 vfs_rename+0xa84/0x1440 do_renameat2+0x683/0x8f0 __x64_sys_renameat+0x53/0x60 do_syscall_64+0x33/0x40 entry_SYSCALL_64_after_hwframe+0x44/0xa9 RIP: 0033:0x7f45a6fc41c9 RSP: 002b:00007ffc5a470218 EFLAGS: 00000246 ORIG_RAX: 0000000000000108 RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f45a6fc41c9 RDX: 0000000000000005 RSI: 0000000020000180 RDI: 0000000000000005 RBP: 00007ffc5a470240 R08: 00007ffc5a470160 R09: 0000000020000080 R10: 00000000200001c0 R11: 0000000000000246 R12: 0000000000400bb0 R13: 00007ffc5a470320 R14: 0000000000000000 R15: 0000000000000000 The buggy address belongs to the page: page:00000000440015ce refcount:0 mapcount:0 mapping:0000000000000000 index:0x1 pfn:0x10beee flags: 0x200000000000000() raw: 0200000000000000 ffffea00043ff4c8 ffffea0004325608 0000000000000000 raw: 0000000000000001 0000000000000000 00000000ffffffff 0000000000000000 page dumped because: kasan: bad access detected Memory state around the buggy address: ffff88810beee580: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ffff88810beee600: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff >ffff88810beee680: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ^ ffff88810beee700: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ffff88810beee780: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ================================================================== Disabling lock debugging due to kernel taint ext4_rename_dir_prepare: [2] parent_de->inode=3537895424 ext4_rename_dir_prepare: [3] dir=0xffff888124170140 ext4_rename_dir_prepare: [4] ino=2 ext4_rename_dir_prepare: ent->dir->i_ino=2 parent=-757071872 Reason is first directory entry which 'rec_len' is 34478, then will get illegal parent entry. Now, we do not check directory entry after read directory block in 'ext4_get_first_dir_block'. To solve this issue, check directory entry in 'ext4_get_first_dir_block'. [ Trigger an ext4_error() instead of just warning if the directory is missing a '.' or '..' entry. Also make sure we return an error code if the file system is corrupted. -TYT ]
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: tipc: check attribute length for bearer name syzbot reported uninit-value: ===================================================== BUG: KMSAN: uninit-value in string_nocheck lib/vsprintf.c:644 [inline] BUG: KMSAN: uninit-value in string+0x4f9/0x6f0 lib/vsprintf.c:725 string_nocheck lib/vsprintf.c:644 [inline] string+0x4f9/0x6f0 lib/vsprintf.c:725 vsnprintf+0x2222/0x3650 lib/vsprintf.c:2806 vprintk_store+0x537/0x2150 kernel/printk/printk.c:2158 vprintk_emit+0x28b/0xab0 kernel/printk/printk.c:2256 vprintk_default+0x86/0xa0 kernel/printk/printk.c:2283 vprintk+0x15f/0x180 kernel/printk/printk_safe.c:50 _printk+0x18d/0x1cf kernel/printk/printk.c:2293 tipc_enable_bearer net/tipc/bearer.c:371 [inline] __tipc_nl_bearer_enable+0x2022/0x22a0 net/tipc/bearer.c:1033 tipc_nl_bearer_enable+0x6c/0xb0 net/tipc/bearer.c:1042 genl_family_rcv_msg_doit net/netlink/genetlink.c:731 [inline] - Do sanity check the attribute length for TIPC_NLA_BEARER_NAME. - Do not use 'illegal name' in printing message.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: sfc: fix considering that all channels have TX queues Normally, all channels have RX and TX queues, but this is not true if modparam efx_separate_tx_channels=1 is used. In that cases, some channels only have RX queues and others only TX queues (or more preciselly, they have them allocated, but not initialized). Fix efx_channel_has_tx_queues to return the correct value for this case too. Messages shown at probe time before the fix: sfc 0000:03:00.0 ens6f0np0: MC command 0x82 inlen 544 failed rc=-22 (raw=0) arg=0 ------------[ cut here ]------------ netdevice: ens6f0np0: failed to initialise TXQ -1 WARNING: CPU: 1 PID: 626 at drivers/net/ethernet/sfc/ef10.c:2393 efx_ef10_tx_init+0x201/0x300 [sfc] [...] stripped RIP: 0010:efx_ef10_tx_init+0x201/0x300 [sfc] [...] stripped Call Trace: efx_init_tx_queue+0xaa/0xf0 [sfc] efx_start_channels+0x49/0x120 [sfc] efx_start_all+0x1f8/0x430 [sfc] efx_net_open+0x5a/0xe0 [sfc] __dev_open+0xd0/0x190 __dev_change_flags+0x1b3/0x220 dev_change_flags+0x21/0x60 [...] stripped Messages shown at remove time before the fix: sfc 0000:03:00.0 ens6f0np0: failed to flush 10 queues sfc 0000:03:00.0 ens6f0np0: failed to flush queues
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback The list_for_each_entry_safe() macro saves the current item (n) and the item after (n+1), so that n can be safely removed without corrupting the list. However, when traversing the list and removing items using gadget giveback, the DWC3 lock is briefly released, allowing other routines to execute. There is a situation where, while items are being removed from the cancelled_list using dwc3_gadget_ep_cleanup_cancelled_requests(), the pullup disable routine is running in parallel (due to UDC unbind). As the cleanup routine removes n, and the pullup disable removes n+1, once the cleanup retakes the DWC3 lock, it references a request who was already removed/handled. With list debug enabled, this leads to a panic. Ensure all instances of the macro are replaced where gadget giveback is used. Example call stack: Thread#1: __dwc3_gadget_ep_set_halt() - CLEAR HALT -> dwc3_gadget_ep_cleanup_cancelled_requests() ->list_for_each_entry_safe() ->dwc3_gadget_giveback(n) ->dwc3_gadget_del_and_unmap_request()- n deleted[cancelled_list] ->spin_unlock ->Thread#2 executes ... ->dwc3_gadget_giveback(n+1) ->Already removed! Thread#2: dwc3_gadget_pullup() ->waiting for dwc3 spin_lock ... ->Thread#1 released lock ->dwc3_stop_active_transfers() ->dwc3_remove_requests() ->fetches n+1 item from cancelled_list (n removed by Thread#1) ->dwc3_gadget_giveback() ->dwc3_gadget_del_and_unmap_request()- n+1 deleted[cancelled_list] ->spin_unlock
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix potential integer multiplication overflow errors When multiplying of different types, an overflow is possible even when storing the result in a larger type. This is because the conversion is done after the multiplication. So arithmetic overflow and thus in incorrect value is possible. Correct an instance of this in the inter packet delay calculation. Fix by ensuring one of the operands is u64 which will promote the other to u64 as well ensuring no overflow.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on in __es_tree_search Hulk Robot reported a BUG_ON: ================================================================== kernel BUG at fs/ext4/extents_status.c:199! [...] RIP: 0010:ext4_es_end fs/ext4/extents_status.c:199 [inline] RIP: 0010:__es_tree_search+0x1e0/0x260 fs/ext4/extents_status.c:217 [...] Call Trace: ext4_es_cache_extent+0x109/0x340 fs/ext4/extents_status.c:766 ext4_cache_extents+0x239/0x2e0 fs/ext4/extents.c:561 ext4_find_extent+0x6b7/0xa20 fs/ext4/extents.c:964 ext4_ext_map_blocks+0x16b/0x4b70 fs/ext4/extents.c:4384 ext4_map_blocks+0xe26/0x19f0 fs/ext4/inode.c:567 ext4_getblk+0x320/0x4c0 fs/ext4/inode.c:980 ext4_bread+0x2d/0x170 fs/ext4/inode.c:1031 ext4_quota_read+0x248/0x320 fs/ext4/super.c:6257 v2_read_header+0x78/0x110 fs/quota/quota_v2.c:63 v2_check_quota_file+0x76/0x230 fs/quota/quota_v2.c:82 vfs_load_quota_inode+0x5d1/0x1530 fs/quota/dquot.c:2368 dquot_enable+0x28a/0x330 fs/quota/dquot.c:2490 ext4_quota_enable fs/ext4/super.c:6137 [inline] ext4_enable_quotas+0x5d7/0x960 fs/ext4/super.c:6163 ext4_fill_super+0xa7c9/0xdc00 fs/ext4/super.c:4754 mount_bdev+0x2e9/0x3b0 fs/super.c:1158 mount_fs+0x4b/0x1e4 fs/super.c:1261 [...] ================================================================== Above issue may happen as follows: ------------------------------------- ext4_fill_super ext4_enable_quotas ext4_quota_enable ext4_iget __ext4_iget ext4_ext_check_inode ext4_ext_check __ext4_ext_check ext4_valid_extent_entries Check for overlapping extents does't take effect dquot_enable vfs_load_quota_inode v2_check_quota_file v2_read_header ext4_quota_read ext4_bread ext4_getblk ext4_map_blocks ext4_ext_map_blocks ext4_find_extent ext4_cache_extents ext4_es_cache_extent ext4_es_cache_extent __es_tree_search ext4_es_end BUG_ON(es->es_lblk + es->es_len < es->es_lblk) The error ext4 extents is as follows: 0af3 0300 0400 0000 00000000 extent_header 00000000 0100 0000 12000000 extent1 00000000 0100 0000 18000000 extent2 02000000 0400 0000 14000000 extent3 In the ext4_valid_extent_entries function, if prev is 0, no error is returned even if lblock<=prev. This was intended to skip the check on the first extent, but in the error image above, prev=0+1-1=0 when checking the second extent, so even though lblock<=prev, the function does not return an error. As a result, bug_ON occurs in __es_tree_search and the system panics. To solve this problem, we only need to check that: 1. The lblock of the first extent is not less than 0. 2. The lblock of the next extent is not less than the next block of the previous extent. The same applies to extent_idx.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix free of uninitialized nfs4_label on referral lookup. Send along the already-allocated fattr along with nfs4_fs_locations, and drop the memcpy of fattr. We end up growing two more allocations, but this fixes up a crash as: PID: 790 TASK: ffff88811b43c000 CPU: 0 COMMAND: "ls" #0 [ffffc90000857920] panic at ffffffff81b9bfde #1 [ffffc900008579c0] do_trap at ffffffff81023a9b #2 [ffffc90000857a10] do_error_trap at ffffffff81023b78 #3 [ffffc90000857a58] exc_stack_segment at ffffffff81be1f45 #4 [ffffc90000857a80] asm_exc_stack_segment at ffffffff81c009de #5 [ffffc90000857b08] nfs_lookup at ffffffffa0302322 [nfs] #6 [ffffc90000857b70] __lookup_slow at ffffffff813a4a5f #7 [ffffc90000857c60] walk_component at ffffffff813a86c4 #8 [ffffc90000857cb8] path_lookupat at ffffffff813a9553 #9 [ffffc90000857cf0] filename_lookup at ffffffff813ab86b
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3-sva: Fix mm use-after-free We currently call arm64_mm_context_put() without holding a reference to the mm, which can result in use-after-free. Call mmgrab()/mmdrop() to ensure the mm only gets freed after we unpinned the ASID.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Prevent use of lock before it is initialized If there is a failure during probe of hfi1 before the sdma_map_lock is initialized, the call to hfi1_free_devdata() will attempt to use a lock that has not been initialized. If the locking correctness validator is on then an INFO message and stack trace resembling the following may be seen: INFO: trying to register non-static key. The code is fine but needs lockdep annotation, or maybe you didn't initialize this object before use? turning off the locking correctness validator. Call Trace: register_lock_class+0x11b/0x880 __lock_acquire+0xf3/0x7930 lock_acquire+0xff/0x2d0 _raw_spin_lock_irq+0x46/0x60 sdma_clean+0x42a/0x660 [hfi1] hfi1_free_devdata+0x3a7/0x420 [hfi1] init_one+0x867/0x11a0 [hfi1] pci_device_probe+0x40e/0x8d0 The use of sdma_map_lock in sdma_clean() is for freeing the sdma_map memory, and sdma_map is not allocated/initialized until after sdma_map_lock has been initialized. This code only needs to be run if sdma_map is not NULL, and so checking for that condition will avoid trying to use the lock before it is initialized.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the Linux kernel's CS35L41 driver. The constant `CS35L41_NUM_OTP_ELEM` is defined as 100 but is used by the arrays `otp_map_1` and `otp_map_2`, which are both expected to contain only 99 elements. This mismatch causes the code to access memory past the array boundaries when accessing an element at the 99th index, resulting in out-of-bounds access, which can lead to system instability, memory corruption, or potential code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT There is a potential memory leak in lpfc_ignore_els_cmpl() and lpfc_els_rsp_reject() that was allocated from NPIV PLOGI_RJT (lpfc_rcv_plogi()'s login_mbox). Check if cmdiocb->context_un.mbox was allocated in lpfc_ignore_els_cmpl(), and then free it back to phba->mbox_mem_pool along with mbox->ctx_buf for service parameters. For lpfc_els_rsp_reject() failure, free both the ctx_buf for service parameters and the login_mbox.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix SCSI I/O completion and abort handler deadlock During stress I/O tests with 500+ vports, hard LOCKUP call traces are observed. CPU A: native_queued_spin_lock_slowpath+0x192 _raw_spin_lock_irqsave+0x32 lpfc_handle_fcp_err+0x4c6 lpfc_fcp_io_cmd_wqe_cmpl+0x964 lpfc_sli4_fp_handle_cqe+0x266 __lpfc_sli4_process_cq+0x105 __lpfc_sli4_hba_process_cq+0x3c lpfc_cq_poll_hdler+0x16 irq_poll_softirq+0x76 __softirqentry_text_start+0xe4 irq_exit+0xf7 do_IRQ+0x7f CPU B: native_queued_spin_lock_slowpath+0x5b _raw_spin_lock+0x1c lpfc_abort_handler+0x13e scmd_eh_abort_handler+0x85 process_one_work+0x1a7 worker_thread+0x30 kthread+0x112 ret_from_fork+0x1f Diagram of lockup: CPUA CPUB ---- ---- lpfc_cmd->buf_lock phba->hbalock lpfc_cmd->buf_lock phba->hbalock Fix by reordering the taking of the lpfc_cmd->buf_lock and phba->hbalock in lpfc_abort_handler routine so that it tries to take the lpfc_cmd->buf_lock first before phba->hbalock.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A vulnerability has been identified in the lpfc module within the Linux kernel. This flaw occurs because the driver attempts to access per-CPU data from a preemptible context using an incorrect function. This improper handling of critical data can lead to system instability and result in a denial-of-service condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: ALSA: jack: Access input_dev under mutex It is possible when using ASoC that input_dev is unregistered while calling snd_jack_report, which causes NULL pointer dereference. In order to prevent this serialize access to input_dev using mutex lock.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's CIFS code in which a failed mount might lead to a double-free. An attacker with permissions to attempt to mount CIFS volumes could exploit this vulnerability to alter kernel memory, leading to a denial of service, altered system memory, or an escalation of privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: ath11k: fix the warning of dev_wake in mhi_pm_disable_transition() When test device recovery with below command, it has warning in message as below. echo assert > /sys/kernel/debug/ath11k/wcn6855\ hw2.0/simulate_fw_crash echo assert > /sys/kernel/debug/ath11k/qca6390\ hw2.0/simulate_fw_crash warning message: [ 1965.642121] ath11k_pci 0000:06:00.0: simulating firmware assert crash [ 1968.471364] ieee80211 phy0: Hardware restart was requested [ 1968.511305] ------------[ cut here ]------------ [ 1968.511368] WARNING: CPU: 3 PID: 1546 at drivers/bus/mhi/core/pm.c:505 mhi_pm_disable_transition+0xb37/0xda0 [mhi] [ 1968.511443] Modules linked in: ath11k_pci ath11k mac80211 libarc4 cfg80211 qmi_helpers qrtr_mhi mhi qrtr nvme nvme_core [ 1968.511563] CPU: 3 PID: 1546 Comm: kworker/u17:0 Kdump: loaded Tainted: G W 5.17.0-rc3-wt-ath+ #579 [ 1968.511629] Hardware name: Intel(R) Client Systems NUC8i7HVK/NUC8i7HVB, BIOS HNKBLi70.86A.0067.2021.0528.1339 05/28/2021 [ 1968.511704] Workqueue: mhi_hiprio_wq mhi_pm_st_worker [mhi] [ 1968.511787] RIP: 0010:mhi_pm_disable_transition+0xb37/0xda0 [mhi] [ 1968.511870] Code: a9 fe ff ff 4c 89 ff 44 89 04 24 e8 03 46 f6 e5 44 8b 04 24 41 83 f8 01 0f 84 21 fe ff ff e9 4c fd ff ff 0f 0b e9 af f8 ff ff <0f> 0b e9 5c f8 ff ff 48 89 df e8 da 9e ee e3 e9 12 fd ff ff 4c 89 [ 1968.511923] RSP: 0018:ffffc900024efbf0 EFLAGS: 00010286 [ 1968.511969] RAX: 00000000ffffffff RBX: ffff88811d241250 RCX: ffffffffc0176922 [ 1968.512014] RDX: 0000000000000000 RSI: 0000000000000004 RDI: ffff888118a90a24 [ 1968.512059] RBP: ffff888118a90800 R08: 0000000000000000 R09: ffff888118a90a27 [ 1968.512102] R10: ffffed1023152144 R11: 0000000000000001 R12: ffff888118a908ac [ 1968.512229] R13: ffff888118a90928 R14: dffffc0000000000 R15: ffff888118a90a24 [ 1968.512310] FS: 0000000000000000(0000) GS:ffff888234200000(0000) knlGS:0000000000000000 [ 1968.512405] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 1968.512493] CR2: 00007f5538f443a8 CR3: 000000016dc28001 CR4: 00000000003706e0 [ 1968.512587] Call Trace: [ 1968.512672] <TASK> [ 1968.512751] ? _raw_spin_unlock_irq+0x1f/0x40 [ 1968.512859] mhi_pm_st_worker+0x3ac/0x790 [mhi] [ 1968.512959] ? mhi_pm_mission_mode_transition.isra.0+0x7d0/0x7d0 [mhi] [ 1968.513063] process_one_work+0x86a/0x1400 [ 1968.513184] ? pwq_dec_nr_in_flight+0x230/0x230 [ 1968.513312] ? move_linked_works+0x125/0x290 [ 1968.513416] worker_thread+0x6db/0xf60 [ 1968.513536] ? process_one_work+0x1400/0x1400 [ 1968.513627] kthread+0x241/0x2d0 [ 1968.513733] ? kthread_complete_and_exit+0x20/0x20 [ 1968.513821] ret_from_fork+0x22/0x30 [ 1968.513924] </TASK> Reason is mhi_deassert_dev_wake() from mhi_device_put() is called but mhi_assert_dev_wake() from __mhi_device_get_sync() is not called in progress of recovery. Commit 8e0559921f9a ("bus: mhi: core: Skip device wake in error or shutdown state") add check for the pm_state of mhi in __mhi_device_get_sync(), and the pm_state is not the normal state untill recovery is completed, so it leads the dev_wake is not 0 and above warning print in mhi_pm_disable_transition() while checking mhi_cntrl->dev_wake. Add check in ath11k_pci_write32()/ath11k_pci_read32() to skip call mhi_device_put() if mhi_device_get_sync() does not really do wake, then the warning gone. Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03003-QCAHSPSWPL_V1_V2_SILICONZ_LITE-2
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2 Remove WARNs that sanity check that KVM never lets a triple fault for L2 escape and incorrectly end up in L1. In normal operation, the sanity check is perfectly valid, but it incorrectly assumes that it's impossible for userspace to induce KVM_REQ_TRIPLE_FAULT without bouncing through KVM_RUN (which guarantees kvm_check_nested_state() will see and handle the triple fault). The WARN can currently be triggered if userspace injects a machine check while L2 is active and CR4.MCE=0. And a future fix to allow save/restore of KVM_REQ_TRIPLE_FAULT, e.g. so that a synthesized triple fault isn't lost on migration, will make it trivially easy for userspace to trigger the WARN. Clearing KVM_REQ_TRIPLE_FAULT when forcibly leaving guest mode is tempting, but wrong, especially if/when the request is saved/restored, e.g. if userspace restores events (including a triple fault) and then restores nested state (which may forcibly leave guest mode). Ignoring the fact that KVM doesn't currently provide the necessary APIs, it's userspace's responsibility to manage pending events during save/restore. ------------[ cut here ]------------ WARNING: CPU: 7 PID: 1399 at arch/x86/kvm/vmx/nested.c:4522 nested_vmx_vmexit+0x7fe/0xd90 [kvm_intel] Modules linked in: kvm_intel kvm irqbypass CPU: 7 PID: 1399 Comm: state_test Not tainted 5.17.0-rc3+ #808 Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015 RIP: 0010:nested_vmx_vmexit+0x7fe/0xd90 [kvm_intel] Call Trace: <TASK> vmx_leave_nested+0x30/0x40 [kvm_intel] vmx_set_nested_state+0xca/0x3e0 [kvm_intel] kvm_arch_vcpu_ioctl+0xf49/0x13e0 [kvm] kvm_vcpu_ioctl+0x4b9/0x660 [kvm] __x64_sys_ioctl+0x83/0xb0 do_syscall_64+0x3b/0xc0 entry_SYSCALL_64_after_hwframe+0x44/0xae </TASK> ---[ end trace 0000000000000000 ]---
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: re-fetch conntrack after insertion In case the conntrack is clashing, insertion can free skb->_nfct and set skb->_nfct to the already-confirmed entry. This wasn't found before because the conntrack entry and the extension space used to free'd after an rcu grace period, plus the race needs events enabled to trigger.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero It is possible to disable VFs while the PF driver is processing requests from the VF driver. This can result in a panic. BUG: unable to handle kernel paging request at 000000000000106c PGD 0 P4D 0 Oops: 0000 [#1] SMP NOPTI CPU: 8 PID: 0 Comm: swapper/8 Kdump: loaded Tainted: G I --------- - Hardware name: Dell Inc. PowerEdge R740/06WXJT, BIOS 2.8.2 08/27/2020 RIP: 0010:ixgbe_msg_task+0x4c8/0x1690 [ixgbe] Code: 00 00 48 8d 04 40 48 c1 e0 05 89 7c 24 24 89 fd 48 89 44 24 10 83 ff 01 0f 84 b8 04 00 00 4c 8b 64 24 10 4d 03 a5 48 22 00 00 <41> 80 7c 24 4c 00 0f 84 8a 03 00 00 0f b7 c7 83 f8 08 0f 84 8f 0a RSP: 0018:ffffb337869f8df8 EFLAGS: 00010002 RAX: 0000000000001020 RBX: 0000000000000000 RCX: 000000000000002b RDX: 0000000000000002 RSI: 0000000000000008 RDI: 0000000000000006 RBP: 0000000000000006 R08: 0000000000000002 R09: 0000000000029780 R10: 00006957d8f42832 R11: 0000000000000000 R12: 0000000000001020 R13: ffff8a00e8978ac0 R14: 000000000000002b R15: ffff8a00e8979c80 FS: 0000000000000000(0000) GS:ffff8a07dfd00000(0000) knlGS:00000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 000000000000106c CR3: 0000000063e10004 CR4: 00000000007726e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 PKRU: 55555554 Call Trace: <IRQ> ? ttwu_do_wakeup+0x19/0x140 ? try_to_wake_up+0x1cd/0x550 ? ixgbevf_update_xcast_mode+0x71/0xc0 [ixgbevf] ixgbe_msix_other+0x17e/0x310 [ixgbe] __handle_irq_event_percpu+0x40/0x180 handle_irq_event_percpu+0x30/0x80 handle_irq_event+0x36/0x53 handle_edge_irq+0x82/0x190 handle_irq+0x1c/0x30 do_IRQ+0x49/0xd0 common_interrupt+0xf/0xf This can be eventually be reproduced with the following script: while : do echo 63 > /sys/class/net/<devname>/device/sriov_numvfs sleep 1 echo 0 > /sys/class/net/<devname>/device/sriov_numvfs sleep 1 done Add lock when disabling SR-IOV to prevent process VF mailbox communication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: igc: Reinstate IGC_REMOVED logic and implement it properly The initially merged version of the igc driver code (via commit 146740f9abc4, "igc: Add support for PF") contained the following IGC_REMOVED checks in the igc_rd32/wr32() MMIO accessors: u32 igc_rd32(struct igc_hw *hw, u32 reg) { u8 __iomem *hw_addr = READ_ONCE(hw->hw_addr); u32 value = 0; if (IGC_REMOVED(hw_addr)) return ~value; value = readl(&hw_addr[reg]); /* reads should not return all F's */ if (!(~value) && (!reg || !(~readl(hw_addr)))) hw->hw_addr = NULL; return value; } And: #define wr32(reg, val) \ do { \ u8 __iomem *hw_addr = READ_ONCE((hw)->hw_addr); \ if (!IGC_REMOVED(hw_addr)) \ writel((val), &hw_addr[(reg)]); \ } while (0) E.g. igb has similar checks in its MMIO accessors, and has a similar macro E1000_REMOVED, which is implemented as follows: #define E1000_REMOVED(h) unlikely(!(h)) These checks serve to detect and take note of an 0xffffffff MMIO read return from the device, which can be caused by a PCIe link flap or some other kind of PCI bus error, and to avoid performing MMIO reads and writes from that point onwards. However, the IGC_REMOVED macro was not originally implemented: #ifndef IGC_REMOVED #define IGC_REMOVED(a) (0) #endif /* IGC_REMOVED */ This led to the IGC_REMOVED logic to be removed entirely in a subsequent commit (commit 3c215fb18e70, "igc: remove IGC_REMOVED function"), with the rationale that such checks matter only for virtualization and that igc does not support virtualization -- but a PCIe device can become detached even without virtualization being in use, and without proper checks, a PCIe bus error affecting an igc adapter will lead to various NULL pointer dereferences, as the first access after the error will set hw->hw_addr to NULL, and subsequent accesses will blindly dereference this now-NULL pointer. This patch reinstates the IGC_REMOVED checks in igc_rd32/wr32(), and implements IGC_REMOVED the way it is done for igb, by checking for the unlikely() case of hw_addr being NULL. This change prevents the oopses seen when a PCIe link flap occurs on an igc adapter.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix sleep from invalid context BUG Taking the qos_mutex to process RoCEv2 QP's on netdev events causes a kernel splat. Fix this by removing the handling for RoCEv2 in irdma_cm_teardown_connections that uses the mutex. This handling is only needed for iWARP to avoid having connections established while the link is down or having connections remain functional after the IP address is removed. BUG: sleeping function called from invalid context at kernel/locking/mutex. Call Trace: kernel: dump_stack+0x66/0x90 kernel: ___might_sleep.cold.92+0x8d/0x9a kernel: mutex_lock+0x1c/0x40 kernel: irdma_cm_teardown_connections+0x28e/0x4d0 [irdma] kernel: ? check_preempt_curr+0x7a/0x90 kernel: ? select_idle_sibling+0x22/0x3c0 kernel: ? select_task_rq_fair+0x94c/0xc90 kernel: ? irdma_exec_cqp_cmd+0xc27/0x17c0 [irdma] kernel: ? __wake_up_common+0x7a/0x190 kernel: irdma_if_notify+0x3cc/0x450 [irdma] kernel: ? sched_clock_cpu+0xc/0xb0 kernel: irdma_inet6addr_event+0xc6/0x150 [irdma]
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Prevent RSB underflow before vmenter On VMX, there are some balanced returns between the time the guest's SPEC_CTRL value is written, and the vmenter. Balanced returns (matched by a preceding call) are usually ok, but it's at least theoretically possible an NMI with a deep call stack could empty the RSB before one of the returns. For maximum paranoia, don't allow *any* returns (balanced or otherwise) between the SPEC_CTRL write and the vmenter. [ bp: Fix 32-bit build. ]
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: x86/speculation: Fill RSB on vmexit for IBRS Prevent RSB underflow/poisoning attacks with RSB. While at it, add a bunch of comments to attempt to document the current state of tribal knowledge about RSB attacks and what exactly is being mitigated.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error The initial settings will be written before the codec probe function. But, the rt711->component doesn't be assigned yet. If IO error happened during initial settings operations, it will cause the kernel panic. This patch changed component->dev to slave->dev to fix this issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ASoC: rt7*-sdw: harden jack_detect_handler Realtek headset codec drivers typically check if the card is instantiated before proceeding with the jack detection. The rt700, rt711 and rt711-sdca are however missing a check on the card pointer, which can lead to NULL dereferences encountered in driver bind/unbind tests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: sfc: fix kernel panic when creating VF When creating VFs a kernel panic can happen when calling to efx_ef10_try_update_nic_stats_vf. When releasing a DMA coherent buffer, sometimes, I don't know in what specific circumstances, it has to unmap memory with vunmap. It is disallowed to do that in IRQ context or with BH disabled. Otherwise, we hit this line in vunmap, causing the crash: BUG_ON(in_interrupt()); This patch reenables BH to release the buffer. Log messages when the bug is hit: kernel BUG at mm/vmalloc.c:2727! invalid opcode: 0000 [#1] PREEMPT SMP NOPTI CPU: 6 PID: 1462 Comm: NetworkManager Kdump: loaded Tainted: G I --------- --- 5.14.0-119.el9.x86_64 #1 Hardware name: Dell Inc. PowerEdge R740/06WXJT, BIOS 2.8.2 08/27/2020 RIP: 0010:vunmap+0x2e/0x30 ...skip... Call Trace: __iommu_dma_free+0x96/0x100 efx_nic_free_buffer+0x2b/0x40 [sfc] efx_ef10_try_update_nic_stats_vf+0x14a/0x1c0 [sfc] efx_ef10_update_stats_vf+0x18/0x40 [sfc] efx_start_all+0x15e/0x1d0 [sfc] efx_net_open+0x5a/0xe0 [sfc] __dev_open+0xe7/0x1a0 __dev_change_flags+0x1d7/0x240 dev_change_flags+0x21/0x60 ...skip...
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: sfc: fix use after free when disabling sriov Use after free is detected by kfence when disabling sriov. What was read after being freed was vf->pci_dev: it was freed from pci_disable_sriov and later read in efx_ef10_sriov_free_vf_vports, called from efx_ef10_sriov_free_vf_vswitching. Set the pointer to NULL at release time to not trying to read it later. Reproducer and dmesg log (note that kfence doesn't detect it every time): $ echo 1 > /sys/class/net/enp65s0f0np0/device/sriov_numvfs $ echo 0 > /sys/class/net/enp65s0f0np0/device/sriov_numvfs BUG: KFENCE: use-after-free read in efx_ef10_sriov_free_vf_vswitching+0x82/0x170 [sfc] Use-after-free read at 0x00000000ff3c1ba5 (in kfence-#224): efx_ef10_sriov_free_vf_vswitching+0x82/0x170 [sfc] efx_ef10_pci_sriov_disable+0x38/0x70 [sfc] efx_pci_sriov_configure+0x24/0x40 [sfc] sriov_numvfs_store+0xfe/0x140 kernfs_fop_write_iter+0x11c/0x1b0 new_sync_write+0x11f/0x1b0 vfs_write+0x1eb/0x280 ksys_write+0x5f/0xe0 do_syscall_64+0x5c/0x80 entry_SYSCALL_64_after_hwframe+0x44/0xae kfence-#224: 0x00000000edb8ef95-0x00000000671f5ce1, size=2792, cache=kmalloc-4k allocated by task 6771 on cpu 10 at 3137.860196s: pci_alloc_dev+0x21/0x60 pci_iov_add_virtfn+0x2a2/0x320 sriov_enable+0x212/0x3e0 efx_ef10_sriov_configure+0x67/0x80 [sfc] efx_pci_sriov_configure+0x24/0x40 [sfc] sriov_numvfs_store+0xba/0x140 kernfs_fop_write_iter+0x11c/0x1b0 new_sync_write+0x11f/0x1b0 vfs_write+0x1eb/0x280 ksys_write+0x5f/0xe0 do_syscall_64+0x5c/0x80 entry_SYSCALL_64_after_hwframe+0x44/0xae freed by task 6771 on cpu 12 at 3170.991309s: device_release+0x34/0x90 kobject_cleanup+0x3a/0x130 pci_iov_remove_virtfn+0xd9/0x120 sriov_disable+0x30/0xe0 efx_ef10_pci_sriov_disable+0x57/0x70 [sfc] efx_pci_sriov_configure+0x24/0x40 [sfc] sriov_numvfs_store+0xfe/0x140 kernfs_fop_write_iter+0x11c/0x1b0 new_sync_write+0x11f/0x1b0 vfs_write+0x1eb/0x280 ksys_write+0x5f/0xe0 do_syscall_64+0x5c/0x80 entry_SYSCALL_64_after_hwframe+0x44/0xae
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: tipc: move bc link creation back to tipc_node_create Shuang Li reported a NULL pointer dereference crash: [] BUG: kernel NULL pointer dereference, address: 0000000000000068 [] RIP: 0010:tipc_link_is_up+0x5/0x10 [tipc] [] Call Trace: [] <IRQ> [] tipc_bcast_rcv+0xa2/0x190 [tipc] [] tipc_node_bc_rcv+0x8b/0x200 [tipc] [] tipc_rcv+0x3af/0x5b0 [tipc] [] tipc_udp_recv+0xc7/0x1e0 [tipc] It was caused by the 'l' passed into tipc_bcast_rcv() is NULL. When it creates a node in tipc_node_check_dest(), after inserting the new node into hashtable in tipc_node_create(), it creates the bc link. However, there is a gap between this insert and bc link creation, a bc packet may come in and get the node from the hashtable then try to dereference its bc link, which is NULL. This patch is to fix it by moving the bc link creation before inserting into the hashtable. Note that for a preliminary node becoming "real", the bc link creation should also be called before it's rehashed, as we don't create it for preliminary nodes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix race on unaccepted mptcp sockets When the listener socket owning the relevant request is closed, it frees the unaccepted subflows and that causes later deletion of the paired MPTCP sockets. The mptcp socket's worker can run in the time interval between such delete operations. When that happens, any access to msk->first will cause an UaF access, as the subflow cleanup did not cleared such field in the mptcp socket. Address the issue explicitly traversing the listener socket accept queue at close time and performing the needed cleanup on the pending msk. Note that the locking is a bit tricky, as we need to acquire the msk socket lock, while still owning the subflow socket one.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: RDMA/cm: Fix memory leak in ib_cm_insert_listen cm_alloc_id_priv() allocates resource for the cm_id_priv. When cm_init_listen() fails it doesn't free it, leading to memory leak. Add the missing error unwind.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix KASAN warning in raid5_add_disks There's a KASAN warning in raid5_add_disk when running the LVM testsuite. The warning happens in the test lvconvert-raid-reshape-linear_to_raid6-single-type.sh. We fix the warning by verifying that rdev->saved_raid_disk is within limits.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's device mapper (dm) RAID component. This vulnerability allows an attacker to cause an out-of-bounds memory access via loading a crafted dm-raid table. This may lead to a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A vulnerability was found in the Linux kernel in the Intel igb driver function igb_clean_tx_ring() when running in XDP mode. A use-after-free issue can arise from attempting to free skb memory using dev_kfree_skb_any(). This issue potentially leads to system instability and memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix request_sock leak in sk lookup helpers A customer reported a request_socket leak in a Calico cloud environment. We found that a BPF program was doing a socket lookup with takes a refcnt on the socket and that it was finding the request_socket but returning the parent LISTEN socket via sk_to_full_sk() without decrementing the child request socket 1st, resulting in request_sock slab object leak. This patch retains the existing behaviour of returning full socks to the caller but it also decrements the child request_socket if one is present before doing so to prevent the leak. Thanks to Curtis Taylor for all the help in diagnosing and testing this. And thanks to Antoine Tenart for the reproducer and patch input. v2 of this patch contains, refactor as per Daniel Borkmann's suggestions to validate RCU flags on the listen socket so that it balances with bpf_sk_release() and update comments as per Martin KaFai Lau's suggestion. One small change to Daniels suggestion, put "sk = sk2" under "if (sk2 != sk)" to avoid an extra instruction.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: netfilter: use get_random_u32 instead of prandom bh might occur while updating per-cpu rnd_state from user context, ie. local_out path. BUG: using smp_processor_id() in preemptible [00000000] code: nginx/2725 caller is nft_ng_random_eval+0x24/0x54 [nft_numgen] Call Trace: check_preemption_disabled+0xde/0xe0 nft_ng_random_eval+0x24/0x54 [nft_numgen] Use the random driver instead, this also avoids need for local prandom state. Moreover, prandom now uses the random driver since d4150779e60f ("random32: use real rng for non-deterministic randomness"). Based on earlier patch from Pablo Neira.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the ext4 module in the Linux kernel. Resizing a corrupt ext4 image can cause a NULL pointer dereference due to a missing check if the reserved GDT blocks is zero when the resize_inode feature is disabled, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on ext4_mb_use_inode_pa Hulk Robot reported a BUG_ON: ================================================================== kernel BUG at fs/ext4/mballoc.c:3211! [...] RIP: 0010:ext4_mb_mark_diskspace_used.cold+0x85/0x136f [...] Call Trace: ext4_mb_new_blocks+0x9df/0x5d30 ext4_ext_map_blocks+0x1803/0x4d80 ext4_map_blocks+0x3a4/0x1a10 ext4_writepages+0x126d/0x2c30 do_writepages+0x7f/0x1b0 __filemap_fdatawrite_range+0x285/0x3b0 file_write_and_wait_range+0xb1/0x140 ext4_sync_file+0x1aa/0xca0 vfs_fsync_range+0xfb/0x260 do_fsync+0x48/0xa0 [...] ================================================================== Above issue may happen as follows: ------------------------------------- do_fsync vfs_fsync_range ext4_sync_file file_write_and_wait_range __filemap_fdatawrite_range do_writepages ext4_writepages mpage_map_and_submit_extent mpage_map_one_extent ext4_map_blocks ext4_mb_new_blocks ext4_mb_normalize_request >>> start + size <= ac->ac_o_ex.fe_logical ext4_mb_regular_allocator ext4_mb_simple_scan_group ext4_mb_use_best_found ext4_mb_new_preallocation ext4_mb_new_inode_pa ext4_mb_use_inode_pa >>> set ac->ac_b_ex.fe_len <= 0 ext4_mb_mark_diskspace_used >>> BUG_ON(ac->ac_b_ex.fe_len <= 0); we can easily reproduce this problem with the following commands: `fallocate -l100M disk` `mkfs.ext4 -b 1024 -g 256 disk` `mount disk /mnt` `fsstress -d /mnt -l 0 -n 1000 -p 1` The size must be smaller than or equal to EXT4_BLOCKS_PER_GROUP. Therefore, "start + size <= ac->ac_o_ex.fe_logical" may occur when the size is truncated. So start should be the start position of the group where ac_o_ex.fe_logical is located after alignment. In addition, when the value of fe_logical or EXT4_BLOCKS_PER_GROUP is very large, the value calculated by start_off is more accurate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: dm mirror log: round up region bitmap size to BITS_PER_LONG The code in dm-log rounds up bitset_size to 32 bits. It then uses find_next_zero_bit_le on the allocated region. find_next_zero_bit_le accesses the bitmap using unsigned long pointers. So, on 64-bit architectures, it may access 4 bytes beyond the allocated size. Fix this bug by rounding up bitset_size to BITS_PER_LONG. This bug was found by running the lvm2 testsuite with kasan.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the lpfc module in the Linux kernel. A missing release of allocated memory when an error occurs will cause a memory leak, potentially impacting system performance and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input Malformed user input to debugfs results in buffer overflow crashes. Adapt input string lengths to fit within internal buffers, leaving space for NULL terminators.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A deadlock condition exists in the linux kernel such that when calling iavf_close in iavf_reset_task error handling,doing so can lead to double call of napi_disable thereby leading to a denial of service due to the deadlock.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the iavf module in the Linux kernel. A NULL pointer dereference can be triggered due to improper error management, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix adminq error handling iavf_alloc_asq_bufs/iavf_alloc_arq_bufs allocates with dma_alloc_coherent memory for VF mailbox. Free DMA regions for both ASQ and ARQ in case error happens during configuration of ASQ/ARQ registers. Without this change it is possible to see when unloading interface: 74626.583369: dma_debug_device_change: device driver has pending DMA allocations while released from device [count=32] One of leaked entries details: [device address=0x0000000b27ff9000] [size=4096 bytes] [mapped with DMA_BIDIRECTIONAL] [mapped as coherent]
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: BPF: Fix potential bad pointer dereference in bpf_sys_bpf() The bpf_sys_bpf() helper function allows an eBPF program to load another eBPF program from within the kernel. In this case the argument union bpf_attr pointer (as well as the insns and license pointers inside) is a kernel address instead of a userspace address (which is the case of a usual bpf() syscall). To make the memory copying process in the syscall work in both cases, bpfptr_t was introduced to wrap around the pointer and distinguish its origin. Specifically, when copying memory contents from a bpfptr_t, a copy_from_user() is performed in case of a userspace address and a memcpy() is performed for a kernel address. This can lead to problems because the in-kernel pointer is never checked for validity. The problem happens when an eBPF syscall program tries to call bpf_sys_bpf() to load a program but provides a bad insns pointer -- say 0xdeadbeef -- in the bpf_attr union. The helper calls __sys_bpf() which would then call bpf_prog_load() to load the program. bpf_prog_load() is responsible for copying the eBPF instructions to the newly allocated memory for the program; it creates a kernel bpfptr_t for insns and invokes copy_from_bpfptr(). Internally, all bpfptr_t operations are backed by the corresponding sockptr_t operations, which performs direct memcpy() on kernel pointers for copy_from/strncpy_from operations. Therefore, the code is always happy to dereference the bad pointer to trigger a un-handle-able page fault and in turn an oops. However, this is not supposed to happen because at that point the eBPF program is already verified and should not cause a memory error. Sample KASAN trace: [ 25.685056][ T228] ================================================================== [ 25.685680][ T228] BUG: KASAN: user-memory-access in copy_from_bpfptr+0x21/0x30 [ 25.686210][ T228] Read of size 80 at addr 00000000deadbeef by task poc/228 [ 25.686732][ T228] [ 25.686893][ T228] CPU: 3 PID: 228 Comm: poc Not tainted 5.19.0-rc7 #7 [ 25.687375][ T228] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS d55cb5a 04/01/2014 [ 25.687991][ T228] Call Trace: [ 25.688223][ T228] <TASK> [ 25.688429][ T228] dump_stack_lvl+0x73/0x9e [ 25.688747][ T228] print_report+0xea/0x200 [ 25.689061][ T228] ? copy_from_bpfptr+0x21/0x30 [ 25.689401][ T228] ? _printk+0x54/0x6e [ 25.689693][ T228] ? _raw_spin_lock_irqsave+0x70/0xd0 [ 25.690071][ T228] ? copy_from_bpfptr+0x21/0x30 [ 25.690412][ T228] kasan_report+0xb5/0xe0 [ 25.690716][ T228] ? copy_from_bpfptr+0x21/0x30 [ 25.691059][ T228] kasan_check_range+0x2bd/0x2e0 [ 25.691405][ T228] ? copy_from_bpfptr+0x21/0x30 [ 25.691734][ T228] memcpy+0x25/0x60 [ 25.692000][ T228] copy_from_bpfptr+0x21/0x30 [ 25.692328][ T228] bpf_prog_load+0x604/0x9e0 [ 25.692653][ T228] ? cap_capable+0xb4/0xe0 [ 25.692956][ T228] ? security_capable+0x4f/0x70 [ 25.693324][ T228] __sys_bpf+0x3af/0x580 [ 25.693635][ T228] bpf_sys_bpf+0x45/0x240 [ 25.693937][ T228] bpf_prog_f0ec79a5a3caca46_bpf_func1+0xa2/0xbd [ 25.694394][ T228] bpf_prog_run_pin_on_cpu+0x2f/0xb0 [ 25.694756][ T228] bpf_prog_test_run_syscall+0x146/0x1c0 [ 25.695144][ T228] bpf_prog_test_run+0x172/0x190 [ 25.695487][ T228] __sys_bpf+0x2c5/0x580 [ 25.695776][ T228] __x64_sys_bpf+0x3a/0x50 [ 25.696084][ T228] do_syscall_64+0x60/0x90 [ 25.696393][ T228] ? fpregs_assert_state_consistent+0x50/0x60 [ 25.696815][ T228] ? exit_to_user_mode_prepare+0x36/0xa0 [ 25.697202][ T228] ? syscall_exit_to_user_mode+0x20/0x40 [ 25.697586][ T228] ? do_syscall_64+0x6e/0x90 [ 25.697899][ T228] entry_SYSCALL_64_after_hwframe+0x63/0xcd [ 25.698312][ T228] RIP: 0033:0x7f6d543fb759 [ 25.698624][ T228] Code: 08 5b 89 e8 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d ---truncated---
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
[REJECTED CVE] In the Linux kernel, the following vulnerability has been resolved: KVM: Unconditionally get a ref to /dev/kvm module when creating a VM
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raid_status There is this warning when using a kernel with the address sanitizer and running this testsuite: https://gitlab.com/cki-project/kernel-tests/-/tree/main/storage/swraid/scsi_raid ================================================================== BUG: KASAN: slab-out-of-bounds in raid_status+0x1747/0x2820 [dm_raid] Read of size 4 at addr ffff888079d2c7e8 by task lvcreate/13319 CPU: 0 PID: 13319 Comm: lvcreate Not tainted 5.18.0-0.rc3.<snip> #1 Hardware name: Red Hat KVM, BIOS 0.5.1 01/01/2011 Call Trace: <TASK> dump_stack_lvl+0x6a/0x9c print_address_description.constprop.0+0x1f/0x1e0 print_report.cold+0x55/0x244 kasan_report+0xc9/0x100 raid_status+0x1747/0x2820 [dm_raid] dm_ima_measure_on_table_load+0x4b8/0xca0 [dm_mod] table_load+0x35c/0x630 [dm_mod] ctl_ioctl+0x411/0x630 [dm_mod] dm_ctl_ioctl+0xa/0x10 [dm_mod] __x64_sys_ioctl+0x12a/0x1a0 do_syscall_64+0x5b/0x80 The warning is caused by reading conf->max_nr_stripes in raid_status. The code in raid_status reads mddev->private, casts it to struct r5conf and reads the entry max_nr_stripes. However, if we have different raid type than 4/5/6, mddev->private doesn't point to struct r5conf; it may point to struct r0conf, struct r1conf, struct r10conf or struct mpconf. If we cast a pointer to one of these structs to struct r5conf, we will be reading invalid memory and KASAN warns about it. Fix this bug by reading struct r5conf only if raid type is 4, 5 or 6.
CWE-843 - Access of Resource Using Incompatible Type ('Type Confusion')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raid_resume There is a KASAN warning in raid_resume when running the lvm test lvconvert-raid.sh. The reason for the warning is that mddev->raid_disks is greater than rs->raid_disks, so the loop touches one entry beyond the allocated length.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: dm thin: fix use-after-free crash in dm_sm_register_threshold_callback Fault inject on pool metadata device reports: BUG: KASAN: use-after-free in dm_pool_register_metadata_threshold+0x40/0x80 Read of size 8 at addr ffff8881b9d50068 by task dmsetup/950 CPU: 7 PID: 950 Comm: dmsetup Tainted: G W 5.19.0-rc6 #1 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.14.0-1.fc33 04/01/2014 Call Trace: <TASK> dump_stack_lvl+0x34/0x44 print_address_description.constprop.0.cold+0xeb/0x3f4 kasan_report.cold+0xe6/0x147 dm_pool_register_metadata_threshold+0x40/0x80 pool_ctr+0xa0a/0x1150 dm_table_add_target+0x2c8/0x640 table_load+0x1fd/0x430 ctl_ioctl+0x2c4/0x5a0 dm_ctl_ioctl+0xa/0x10 __x64_sys_ioctl+0xb3/0xd0 do_syscall_64+0x35/0x80 entry_SYSCALL_64_after_hwframe+0x46/0xb0 This can be easily reproduced using: echo offline > /sys/block/sda/device/state dd if=/dev/zero of=/dev/mapper/thin bs=4k count=10 dmsetup load pool --table "0 20971520 thin-pool /dev/sda /dev/sdb 128 0 0" If a metadata commit fails, the transaction will be aborted and the metadata space maps will be destroyed. If a DM table reload then happens for this failed thin-pool, a use-after-free will occur in dm_sm_register_threshold_callback (called from dm_pool_register_metadata_threshold). Fix this by in dm_pool_register_metadata_threshold() by returning the -EINVAL error if the thin-pool is in fail mode. Also fail pool_ctr() with a new error message: "Error registering metadata threshold".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the sp5100_tco module in the Linux kernel. A missing release of allocated memory for the EFCH MMIO resource will cause a memory leak, potentially impacting system performance and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-topology: Prevent double freeing of ipc_control_data via load_bytes We have sanity checks for byte controls and if any of the fail the locally allocated scontrol->ipc_control_data is freed up, but not set to NULL. On a rollback path of the error the higher level code will also try to free the scontrol->ipc_control_data which will eventually going to lead to memory corruption as double freeing memory is not a good thing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: rcutorture: Fix ksoftirqd boosting timing and iteration The RCU priority boosting can fail in two situations: 1) If (nr_cpus= > maxcpus=), which means if the total number of CPUs is higher than those brought online at boot, then torture_onoff() may later bring up CPUs that weren't online on boot. Now since rcutorture initialization only boosts the ksoftirqds of the CPUs that have been set online on boot, the CPUs later set online by torture_onoff won't benefit from the boost, making RCU priority boosting fail. 2) The ksoftirqd kthreads are boosted after the creation of rcu_torture_boost() kthreads, which opens a window large enough for these rcu_torture_boost() kthreads to wait (despite running at FIFO priority) for ksoftirqds that are still running at SCHED_NORMAL priority. The issues can trigger for example with: ./kvm.sh --configs TREE01 --kconfig "CONFIG_RCU_BOOST=y" [ 34.968561] rcu-torture: !!! [ 34.968627] ------------[ cut here ]------------ [ 35.014054] WARNING: CPU: 4 PID: 114 at kernel/rcu/rcutorture.c:1979 rcu_torture_stats_print+0x5ad/0x610 [ 35.052043] Modules linked in: [ 35.069138] CPU: 4 PID: 114 Comm: rcu_torture_sta Not tainted 5.18.0-rc1 #1 [ 35.096424] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.14.0-0-g155821a-rebuilt.opensuse.org 04/01/2014 [ 35.154570] RIP: 0010:rcu_torture_stats_print+0x5ad/0x610 [ 35.198527] Code: 63 1b 02 00 74 02 0f 0b 48 83 3d 35 63 1b 02 00 74 02 0f 0b 48 83 3d 21 63 1b 02 00 74 02 0f 0b 48 83 3d 0d 63 1b 02 00 74 02 <0f> 0b 83 eb 01 0f 8e ba fc ff ff 0f 0b e9 b3 fc ff f82 [ 37.251049] RSP: 0000:ffffa92a0050bdf8 EFLAGS: 00010202 [ 37.277320] rcu: De-offloading 8 [ 37.290367] RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000001 [ 37.290387] RDX: 0000000000000000 RSI: 00000000ffffbfff RDI: 00000000ffffffff [ 37.290398] RBP: 000000000000007b R08: 0000000000000000 R09: c0000000ffffbfff [ 37.290407] R10: 000000000000002a R11: ffffa92a0050bc18 R12: ffffa92a0050be20 [ 37.290417] R13: ffffa92a0050be78 R14: 0000000000000000 R15: 000000000001bea0 [ 37.290427] FS: 0000000000000000(0000) GS:ffff96045eb00000(0000) knlGS:0000000000000000 [ 37.290448] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 37.290460] CR2: 0000000000000000 CR3: 000000001dc0c000 CR4: 00000000000006e0 [ 37.290470] Call Trace: [ 37.295049] <TASK> [ 37.295065] ? preempt_count_add+0x63/0x90 [ 37.295095] ? _raw_spin_lock_irqsave+0x12/0x40 [ 37.295125] ? rcu_torture_stats_print+0x610/0x610 [ 37.295143] rcu_torture_stats+0x29/0x70 [ 37.295160] kthread+0xe3/0x110 [ 37.295176] ? kthread_complete_and_exit+0x20/0x20 [ 37.295193] ret_from_fork+0x22/0x30 [ 37.295218] </TASK> Fix this with boosting the ksoftirqds kthreads from the boosting hotplug callback itself and before the boosting kthreads are created.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: 8852a: rfk: fix div 0 exception The DPK is a kind of RF calibration whose algorithm is to fine tune parameters and calibrate, and check the result. If the result isn't good enough, it could adjust parameters and try again. This issue is to read and show the result, but it could be a negative calibration result that causes divisor 0 and core dump. So, fix it by phy_div() that does division only if divisor isn't zero; otherwise, zero is adopted. divide error: 0000 [#1] PREEMPT SMP NOPTI CPU: 1 PID: 728 Comm: wpa_supplicant Not tainted 5.10.114-16019-g462a1661811a #1 <HASH:d024 28> RIP: 0010:rtw8852a_dpk+0x14ae/0x288f [rtw89_core] RSP: 0018:ffffa9bb412a7520 EFLAGS: 00010246 RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 RDX: 0000000000000000 RSI: 00000000000180fc RDI: ffffa141d01023c0 RBP: ffffa9bb412a76a0 R08: 0000000000001319 R09: 00000000ffffff92 R10: ffffffffc0292de3 R11: ffffffffc00d2f51 R12: 0000000000000000 R13: ffffa141d01023c0 R14: ffffffffc0290250 R15: ffffa141d0102638 FS: 00007fa99f5c2740(0000) GS:ffffa142e5e80000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000013e8e010 CR3: 0000000110d2c000 CR4: 0000000000750ee0 PKRU: 55555554 Call Trace: rtw89_core_sta_add+0x95/0x9c [rtw89_core <HASH:d239 29>] rtw89_ops_sta_state+0x5d/0x108 [rtw89_core <HASH:d239 29>] drv_sta_state+0x115/0x66f [mac80211 <HASH:81fe 30>] sta_info_insert_rcu+0x45c/0x713 [mac80211 <HASH:81fe 30>] sta_info_insert+0xf/0x1b [mac80211 <HASH:81fe 30>] ieee80211_prep_connection+0x9d6/0xb0c [mac80211 <HASH:81fe 30>] ieee80211_mgd_auth+0x2aa/0x352 [mac80211 <HASH:81fe 30>] cfg80211_mlme_auth+0x160/0x1f6 [cfg80211 <HASH:00cd 31>] nl80211_authenticate+0x2e5/0x306 [cfg80211 <HASH:00cd 31>] genl_rcv_msg+0x371/0x3a1 ? nl80211_stop_sched_scan+0xe5/0xe5 [cfg80211 <HASH:00cd 31>] ? genl_rcv+0x36/0x36 netlink_rcv_skb+0x8a/0xf9 genl_rcv+0x28/0x36 netlink_unicast+0x27b/0x3a0 netlink_sendmsg+0x2aa/0x469 sock_sendmsg_nosec+0x49/0x4d ____sys_sendmsg+0xe5/0x213 __sys_sendmsg+0xec/0x157 ? syscall_enter_from_user_mode+0xd7/0x116 do_syscall_64+0x43/0x55 entry_SYSCALL_64_after_hwframe+0x44/0xa9 RIP: 0033:0x7fa99f6e689b
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ath11k: fix netdev open race Make sure to allocate resources needed before registering the device. This specifically avoids having a racing open() trigger a BUG_ON() in mod_timer() when ath11k_mac_op_start() is called before the mon_reap_timer as been set up. I did not see this issue with next-20220310, but I hit it on every probe with next-20220511. Perhaps some timing changed in between. Here's the backtrace: [ 51.346947] kernel BUG at kernel/time/timer.c:990! [ 51.346958] Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ... [ 51.578225] Call trace: [ 51.583293] __mod_timer+0x298/0x390 [ 51.589518] mod_timer+0x14/0x20 [ 51.595368] ath11k_mac_op_start+0x41c/0x4a0 [ath11k] [ 51.603165] drv_start+0x38/0x60 [mac80211] [ 51.610110] ieee80211_do_open+0x29c/0x7d0 [mac80211] [ 51.617945] ieee80211_open+0x60/0xb0 [mac80211] [ 51.625311] __dev_open+0x100/0x1c0 [ 51.631420] __dev_change_flags+0x194/0x210 [ 51.638214] dev_change_flags+0x24/0x70 [ 51.644646] do_setlink+0x228/0xdb0 [ 51.650723] __rtnl_newlink+0x460/0x830 [ 51.657162] rtnl_newlink+0x4c/0x80 [ 51.663229] rtnetlink_rcv_msg+0x124/0x390 [ 51.669917] netlink_rcv_skb+0x58/0x130 [ 51.676314] rtnetlink_rcv+0x18/0x30 [ 51.682460] netlink_unicast+0x250/0x310 [ 51.688960] netlink_sendmsg+0x19c/0x3e0 [ 51.695458] ____sys_sendmsg+0x220/0x290 [ 51.701938] ___sys_sendmsg+0x7c/0xc0 [ 51.708148] __sys_sendmsg+0x68/0xd0 [ 51.714254] __arm64_sys_sendmsg+0x28/0x40 [ 51.720900] invoke_syscall+0x48/0x120 Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not allow SET_ID to refer to another table When doing lookups for sets on the same batch by using its ID, a set from a different table can be used. Then, when the table is removed, a reference to the set may be kept after the set is freed, leading to a potential use-after-free. When looking for sets by ID, use the table that was used for the lookup by name, and only return sets belonging to that same table. This fixes CVE-2022-2586, also reported as ZDI-CAN-17470.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free flaw was found in vmxnet3_rq_alloc_rx_buf in drivers/net/vmxnet3/vmxnet3_drv.c in VMware's vmxnet3 ethernet NIC driver in the Linux Kernel. This issue could allow a local attacker to crash the system due to a double-free while cleaning up vmxnet3_rq_cleanup_all, which could also lead to a kernel information leak problem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: dma-buf/dma-resv: Stop leaking on krealloc() failure Currently dma_resv_get_fences() will leak the previously allocated array if the fence iteration got restarted and the krealloc_array() fails. Free the old array by hand, and make sure we still clear the returned *fences so the caller won't end up accessing freed memory. Some (but not all) of the callers of dma_resv_get_fences() seem to still trawl through the array even when dma_resv_get_fences() failed. And let's zero out *num_fences as well for good measure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2022:7683 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://access.redhat.com/documentation/en-us/red… | external |
| https://access.redhat.com/solutions/6971358 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1946279 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1948442 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1977993 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1978539 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=1980646 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2004037 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2019942 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2037386 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2042424 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2044837 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2051444 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2053632 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2056383 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2058369 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2058395 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2059928 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2062284 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2062780 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2066614 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2066706 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2066976 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2069408 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2069472 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2070205 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2070220 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2072552 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2073064 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2074208 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2074317 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2080095 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2084183 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2084479 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2088021 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2089815 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2090940 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2091539 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2096178 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2100259 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2107594 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2109327 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2112693 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2114577 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2114878 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2115065 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2115278 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2120175 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2123695 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2020-36516 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2059928 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-36516 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-36516 | external |
| https://www.spinics.net/lists/netdev/msg795642.html | external |
| https://access.redhat.com/security/cve/CVE-2020-36558 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2112693 | external |
| https://www.cve.org/CVERecord?id=CVE-2020-36558 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2020-36558 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2021-3640 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1980646 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-3640 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-3640 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://lkml.org/lkml/2021/8/28/238 | external |
| https://www.openwall.com/lists/oss-security/2021/… | external |
| https://access.redhat.com/security/cve/CVE-2021-30002 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=1946279 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-30002 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-30002 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2021-47099 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2267919 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47099 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47099 | external |
| https://lore.kernel.org/linux-cve-announce/202403… | external |
| https://access.redhat.com/security/cve/CVE-2021-47103 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2267914 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47103 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47103 | external |
| https://lore.kernel.org/linux-cve-announce/202403… | external |
| https://access.redhat.com/security/cve/CVE-2021-47107 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2267911 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47107 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47107 | external |
| https://lore.kernel.org/linux-cve-announce/202403… | external |
| https://access.redhat.com/security/cve/CVE-2021-47213 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2274573 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47213 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47213 | external |
| https://lore.kernel.org/linux-cve-announce/202404… | external |
| https://access.redhat.com/security/cve/CVE-2021-47378 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2282362 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47378 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47378 | external |
| https://lore.kernel.org/linux-cve-announce/202405… | external |
| https://access.redhat.com/security/cve/CVE-2021-47580 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2293249 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47580 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47580 | external |
| https://lore.kernel.org/linux-cve-announce/202406… | external |
| https://access.redhat.com/security/cve/CVE-2021-47639 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348067 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47639 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47639 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2021-47649 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348193 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47649 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47649 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2021-47657 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348201 | external |
| https://www.cve.org/CVERecord?id=CVE-2021-47657 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2021-47657 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-0168 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2037386 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-0168 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-0168 | external |
| https://starlabs.sg/advisories/22/22-0168/ | external |
| https://access.redhat.com/security/cve/CVE-2022-0617 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2053632 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-0617 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-0617 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://lore.kernel.org/lkml/20220114172329.ygzry… | external |
| https://access.redhat.com/security/cve/CVE-2022-0854 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2058395 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-0854 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-0854 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2022-1016 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2066614 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-1016 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-1016 | external |
| http://blog.dbouman.nl/2022/04/02/How-The-Tables-… | external |
| https://seclists.org/oss-sec/2022/q1/205 | external |
| https://access.redhat.com/security/cve/CVE-2022-1048 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2066706 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-1048 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-1048 | external |
| https://lore.kernel.org/lkml/20220322170720.3529-… | external |
| https://access.redhat.com/security/cve/CVE-2022-1055 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2070220 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-1055 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-1055 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://syzkaller.appspot.com/bug?id=2212474c9589… | external |
| https://access.redhat.com/security/cve/CVE-2022-1158 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2069793 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-1158 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-1158 | external |
| https://www.openwall.com/lists/oss-security/2022/… | external |
| https://access.redhat.com/security/cve/CVE-2022-1184 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2070205 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-1184 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-1184 | external |
| https://access.redhat.com/security/cve/CVE-2022-1263 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2072698 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-1263 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-1263 | external |
| https://www.openwall.com/lists/oss-security/2022/… | external |
| https://access.redhat.com/security/cve/CVE-2022-1280 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2071022 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-1280 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-1280 | external |
| https://access.redhat.com/security/cve/CVE-2022-1852 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2089815 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-1852 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-1852 | external |
| https://github.com/torvalds/linux/commit/fee060cd… | external |
| https://access.redhat.com/security/cve/CVE-2022-2078 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2096178 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-2078 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-2078 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2022-2153 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2069736 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-2153 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-2153 | external |
| https://www.openwall.com/lists/oss-security/2022/… | external |
| https://access.redhat.com/security/cve/CVE-2022-2503 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2177862 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-2503 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-2503 | external |
| https://github.com/google/security-research/secur… | external |
| https://access.redhat.com/security/cve/CVE-2022-2586 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2114878 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-2586 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-2586 | external |
| https://lore.kernel.org/netfilter-devel/202208091… | external |
| https://www.openwall.com/lists/oss-security/2022/… | external |
| https://www.cisa.gov/known-exploited-vulnerabilit… | external |
| https://access.redhat.com/security/cve/CVE-2022-2639 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2084479 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-2639 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-2639 | external |
| https://access.redhat.com/security/cve/CVE-2022-2938 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2120175 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-2938 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-2938 | external |
| https://access.redhat.com/security/cve/CVE-2022-3107 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2153060 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-3107 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-3107 | external |
| https://access.redhat.com/security/cve/CVE-2022-20368 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2123695 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-20368 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-20368 | external |
| https://access.redhat.com/security/cve/CVE-2022-20572 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2186545 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-20572 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-20572 | external |
| https://access.redhat.com/security/cve/CVE-2022-21499 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2084183 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-21499 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-21499 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2022-23960 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2062284 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-23960 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-23960 | external |
| https://developer.arm.com/support/arm-security-up… | external |
| https://access.redhat.com/security/cve/CVE-2022-24448 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2051444 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-24448 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-24448 | external |
| https://git.kernel.org/cgit/linux/kernel/git/torv… | external |
| https://access.redhat.com/security/cve/CVE-2022-26373 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2115065 | external |
| https://access.redhat.com/solutions/6971358 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-26373 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-26373 | external |
| https://www.intel.com/content/www/us/en/developer… | external |
| https://access.redhat.com/security/cve/CVE-2022-27950 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2069408 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-27950 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-27950 | external |
| https://git.kernel.org/cgit/linux/kernel/git/torv… | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://www.openwall.com/lists/oss-security/2022/… | external |
| https://access.redhat.com/security/cve/CVE-2022-28390 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2073064 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-28390 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-28390 | external |
| https://access.redhat.com/security/cve/CVE-2022-28893 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2074208 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-28893 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-28893 | external |
| http://www.openwall.com/lists/oss-security/2022/04/11/3 | external |
| http://www.openwall.com/lists/oss-security/2022/04/11/4 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://access.redhat.com/security/cve/CVE-2022-29581 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2088021 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-29581 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-29581 | external |
| https://git.kernel.org/pub/scm/linux/kernel/git/t… | external |
| https://kernel.dance/#3db09e762dc79584a69c10d74a6… | external |
| https://access.redhat.com/security/cve/CVE-2022-36946 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2115278 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-36946 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-36946 | external |
| https://lore.kernel.org/all/20220726104206.2036-1… | external |
| https://access.redhat.com/security/cve/CVE-2022-48735 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2293324 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-48735 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-48735 | external |
| https://lore.kernel.org/linux-cve-announce/202406… | external |
| https://access.redhat.com/security/cve/CVE-2022-48738 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2293321 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-48738 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-48738 | external |
| https://lore.kernel.org/linux-cve-announce/202406… | external |
| https://access.redhat.com/security/cve/CVE-2022-48765 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2293344 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-48765 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-48765 | external |
| https://lore.kernel.org/linux-cve-announce/202406… | external |
| https://access.redhat.com/security/cve/CVE-2022-48786 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2298122 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-48786 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-48786 | external |
| https://lore.kernel.org/linux-cve-announce/202407… | external |
| https://access.redhat.com/security/cve/CVE-2022-48912 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2307165 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-48912 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-48912 | external |
| https://lore.kernel.org/linux-cve-announce/202408… | external |
| https://access.redhat.com/security/cve/CVE-2022-48915 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2307168 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-48915 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-48915 | external |
| https://lore.kernel.org/linux-cve-announce/202408… | external |
| https://access.redhat.com/security/cve/CVE-2022-48918 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2307171 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-48918 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-48918 | external |
| https://lore.kernel.org/linux-cve-announce/202408… | external |
| https://access.redhat.com/security/cve/CVE-2022-48943 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2307199 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-48943 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-48943 | external |
| https://lore.kernel.org/linux-cve-announce/202408… | external |
| https://access.redhat.com/security/cve/CVE-2022-49044 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348282 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49044 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49044 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49060 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348065 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49060 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49060 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49063 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348323 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49063 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49063 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49066 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348115 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49066 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49066 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49086 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347770 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49086 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49086 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49098 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348148 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49098 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49098 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49122 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348154 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49122 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49122 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49123 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348213 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49123 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49123 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49129 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347839 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49129 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49129 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49130 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348275 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49130 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49130 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49145 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348029 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49145 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49145 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49156 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347783 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49156 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49156 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49158 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348055 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49158 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49158 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49160 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347673 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49160 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49160 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49175 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348314 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49175 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49175 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49199 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347806 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49199 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49199 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49235 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347667 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49235 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49235 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49238 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348142 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49238 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49238 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49259 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348360 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49259 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49259 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49263 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348286 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49263 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49263 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49265 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348093 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49265 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49265 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49268 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348329 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49268 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49268 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49272 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348064 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49272 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49272 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49288 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347877 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49288 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49288 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49290 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347727 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49290 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49290 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49292 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348302 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49292 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49292 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49343 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348095 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49343 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49343 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49347 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347821 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49347 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49347 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49349 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348203 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49349 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49349 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49374 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347724 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49374 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49374 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49378 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347679 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49378 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49378 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49398 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348309 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49398 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49398 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49404 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348266 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49404 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49404 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49409 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348330 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49409 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49409 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49418 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348347 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49418 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49418 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49426 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347804 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49426 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49426 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49433 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348214 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49433 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49433 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49515 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347879 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49515 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49515 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49534 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347930 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49534 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49534 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49536 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347847 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49536 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49536 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49537 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348079 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49537 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49537 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49538 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347946 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49538 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49538 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49541 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348119 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49541 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49541 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49543 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348015 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49543 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49543 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49559 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348281 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49559 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49559 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49561 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348159 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49561 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49561 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49584 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347764 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49584 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49584 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49605 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348215 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49605 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49605 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49606 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348277 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49606 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49606 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49610 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347926 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49610 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49610 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49611 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348077 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49611 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49611 | external |
| https://access.redhat.com/security/cve/CVE-2022-49615 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347956 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49615 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49615 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49616 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347865 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49616 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49616 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49625 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348265 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49625 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49625 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49626 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348032 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49626 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49626 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49664 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348070 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49664 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49664 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49669 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348086 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49669 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49669 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49671 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348040 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49671 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49671 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49673 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347792 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49673 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49673 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49674 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347967 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49674 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49674 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49695 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347672 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49695 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49695 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49697 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347938 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49697 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49697 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49698 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347983 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49698 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49698 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49707 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2348100 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49707 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49707 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49708 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347684 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49708 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49708 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-49710 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2347643 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-49710 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-49710 | external |
| https://lore.kernel.org/linux-cve-announce/202502… | external |
| https://access.redhat.com/security/cve/CVE-2022-50027 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373520 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50027 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50027 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50030 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373453 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50030 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50030 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50053 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373553 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50053 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50053 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50054 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373531 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50054 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50054 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50055 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373670 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50055 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50055 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50069 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373533 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50069 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50069 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50081 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373518 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50081 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50081 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50084 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373667 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50084 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50084 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50085 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373463 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50085 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50085 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50092 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373527 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50092 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50092 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50110 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373606 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50110 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50110 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50115 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373645 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50115 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50115 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50177 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373568 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50177 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50177 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50178 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373427 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50178 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50178 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50187 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373675 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50187 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50187 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2022-50213 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2373522 | external |
| https://www.cve.org/CVERecord?id=CVE-2022-50213 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2022-50213 | external |
| https://lore.kernel.org/linux-cve-announce/202506… | external |
| https://access.redhat.com/security/cve/CVE-2023-4387 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2219270 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-4387 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-4387 | external |
| https://github.com/torvalds/linux/commit/9e7fef95… | external |
| https://access.redhat.com/security/cve/CVE-2023-53181 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2395369 | external |
| https://www.cve.org/CVERecord?id=CVE-2023-53181 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2023-53181 | external |
| https://lore.kernel.org/linux-cve-announce/202509… | 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\n* off-path attacker may inject data or terminate victim\u0027s TCP session (CVE-2020-36516)\n\n* race condition in VT_RESIZEX ioctl when vc_cons[i].d is already NULL leading to NULL pointer dereference (CVE-2020-36558)\n\n* use-after-free vulnerability in function sco_sock_sendmsg() (CVE-2021-3640)\n\n* memory leak for large arguments in video_usercopy function in drivers/media/v4l2-core/v4l2-ioctl.c (CVE-2021-30002)\n\n* smb2_ioctl_query_info NULL Pointer Dereference (CVE-2022-0168)\n\n* NULL pointer dereference in udf_expand_file_adinicbdue() during writeback (CVE-2022-0617)\n\n* swiotlb information leak with DMA_FROM_DEVICE (CVE-2022-0854)\n\n* uninitialized registers on stack in nft_do_chain can cause kernel pointer leakage to UM (CVE-2022-1016)\n\n* race condition in snd_pcm_hw_free leading to use-after-free (CVE-2022-1048)\n\n* use-after-free in tc_new_tfilter() in net/sched/cls_api.c (CVE-2022-1055)\n\n* use-after-free and memory errors in ext4 when mounting and operating on a corrupted image (CVE-2022-1184)\n\n* NULL pointer dereference in x86_emulate_insn may lead to DoS (CVE-2022-1852)\n\n* buffer overflow in nft_set_desc_concat_parse() (CVE-2022-2078)\n\n* nf_tables cross-table potential use-after-free may lead to local privilege escalation (CVE-2022-2586)\n\n* openvswitch: integer underflow leads to out-of-bounds write in reserve_sfa_size() (CVE-2022-2639)\n\n* use-after-free when psi trigger is destroyed while being polled (CVE-2022-2938)\n\n* net/packet: slab-out-of-bounds access in packet_recvmsg() (CVE-2022-20368)\n\n* possible to use the debugger to write zero into a location of choice (CVE-2022-21499)\n\n* Spectre-BHB (CVE-2022-23960)\n\n* Post-barrier Return Stack Buffer Predictions (CVE-2022-26373)\n\n* memory leak in drivers/hid/hid-elo.c (CVE-2022-27950)\n\n* double free in ems_usb_start_xmit in drivers/net/can/usb/ems_usb.c (CVE-2022-28390)\n\n* use after free in SUNRPC subsystem (CVE-2022-28893)\n\n* use-after-free due to improper update of reference count in net/sched/cls_u32.c (CVE-2022-29581)\n\n* DoS in nfqnl_mangle in net/netfilter/nfnetlink_queue.c (CVE-2022-36946)\n\n* nfs_atomic_open() returns uninitialized data instead of ENOTDIR (CVE-2022-24448)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.7 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:7683",
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/6971358",
"url": "https://access.redhat.com/solutions/6971358"
},
{
"category": "external",
"summary": "1946279",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1946279"
},
{
"category": "external",
"summary": "1948442",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1948442"
},
{
"category": "external",
"summary": "1977993",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1977993"
},
{
"category": "external",
"summary": "1978539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1978539"
},
{
"category": "external",
"summary": "1980646",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980646"
},
{
"category": "external",
"summary": "2004037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2004037"
},
{
"category": "external",
"summary": "2019942",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2019942"
},
{
"category": "external",
"summary": "2037386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2037386"
},
{
"category": "external",
"summary": "2042424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2042424"
},
{
"category": "external",
"summary": "2044837",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2044837"
},
{
"category": "external",
"summary": "2051444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2051444"
},
{
"category": "external",
"summary": "2053632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053632"
},
{
"category": "external",
"summary": "2056383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2056383"
},
{
"category": "external",
"summary": "2058369",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2058369"
},
{
"category": "external",
"summary": "2058395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2058395"
},
{
"category": "external",
"summary": "2059928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059928"
},
{
"category": "external",
"summary": "2062284",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062284"
},
{
"category": "external",
"summary": "2062780",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062780"
},
{
"category": "external",
"summary": "2066614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066614"
},
{
"category": "external",
"summary": "2066706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066706"
},
{
"category": "external",
"summary": "2066976",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066976"
},
{
"category": "external",
"summary": "2069408",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2069408"
},
{
"category": "external",
"summary": "2069472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2069472"
},
{
"category": "external",
"summary": "2070205",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2070205"
},
{
"category": "external",
"summary": "2070220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2070220"
},
{
"category": "external",
"summary": "2072552",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072552"
},
{
"category": "external",
"summary": "2073064",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073064"
},
{
"category": "external",
"summary": "2074208",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2074208"
},
{
"category": "external",
"summary": "2074317",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2074317"
},
{
"category": "external",
"summary": "2080095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2080095"
},
{
"category": "external",
"summary": "2084183",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084183"
},
{
"category": "external",
"summary": "2084479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084479"
},
{
"category": "external",
"summary": "2088021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088021"
},
{
"category": "external",
"summary": "2089815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089815"
},
{
"category": "external",
"summary": "2090940",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090940"
},
{
"category": "external",
"summary": "2091539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2091539"
},
{
"category": "external",
"summary": "2096178",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2096178"
},
{
"category": "external",
"summary": "2100259",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2100259"
},
{
"category": "external",
"summary": "2107594",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107594"
},
{
"category": "external",
"summary": "2109327",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2109327"
},
{
"category": "external",
"summary": "2112693",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112693"
},
{
"category": "external",
"summary": "2114577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114577"
},
{
"category": "external",
"summary": "2114878",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114878"
},
{
"category": "external",
"summary": "2115065",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115065"
},
{
"category": "external",
"summary": "2115278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115278"
},
{
"category": "external",
"summary": "2120175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120175"
},
{
"category": "external",
"summary": "2123695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123695"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7683.json"
}
],
"title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-06-25T11:01:03+00:00",
"generator": {
"date": "2026-06-25T11:01:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.1.0"
}
},
"id": "RHSA-2022:7683",
"initial_release_date": "2022-11-08T09:32:56+00:00",
"revision_history": [
{
"date": "2022-11-08T09:32:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-11-08T09:32:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-25T11:01:03+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.7.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.7.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-425.3.1.el8.aarch64",
"product": {
"name": "bpftool-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "bpftool-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "perf-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "perf-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-425.3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-425.3.1.el8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "perf-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "perf-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"product_id": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-425.3.1.el8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "bpftool-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "bpftool-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "perf-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "perf-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-425.3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-425.3.1.el8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "bpftool-0:4.18.0-425.3.1.el8.s390x",
"product_id": "bpftool-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-core-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-core-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "perf-0:4.18.0-425.3.1.el8.s390x",
"product_id": "perf-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "python3-perf-0:4.18.0-425.3.1.el8.s390x",
"product_id": "python3-perf-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_id": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_id": "perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-425.3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_id": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-425.3.1.el8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:4.18.0-425.3.1.el8.src",
"product": {
"name": "kernel-0:4.18.0-425.3.1.el8.src",
"product_id": "kernel-0:4.18.0-425.3.1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-425.3.1.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"product": {
"name": "kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"product_id": "kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-425.3.1.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"product": {
"name": "kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"product_id": "kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.18.0-425.3.1.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-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "bpftool-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "bpftool-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "bpftool-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-425.3.1.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src"
},
"product_reference": "kernel-0:4.18.0-425.3.1.el8.src",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-core-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-425.3.1.el8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "perf-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "perf-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "perf-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "perf-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "python3-perf-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "BaseOS-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"relates_to_product_reference": "CRB-8.7.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"relates_to_product_reference": "CRB-8.7.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-36516",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"discovery_date": "2022-03-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2059928"
}
],
"notes": [
{
"category": "description",
"text": "A TCP/IP packet spoofing attack flaw was found in the Linux kernel\u2019s TCP/IP protocol, where a Man-in-the-Middle Attack (MITM) performs an IP fragmentation attack and an IPID collision. This flaw allows a remote user to pretend to be the sender of the TCP/IP packet for an existing TCP/IP session.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: off-path attacker may inject data or terminate victim\u0027s TCP session",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36516"
},
{
"category": "external",
"summary": "RHBZ#2059928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059928"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36516",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36516"
},
{
"category": "external",
"summary": "https://www.spinics.net/lists/netdev/msg795642.html",
"url": "https://www.spinics.net/lists/netdev/msg795642.html"
}
],
"release_date": "2022-02-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: off-path attacker may inject data or terminate victim\u0027s TCP session"
},
{
"cve": "CVE-2020-36558",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-07-31T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2112693"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u2019s Virtual Terminal subsystem was found in how a user calls the VT_RESIZEX ioctl. This flaw allows a local user to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: race condition in VT_RESIZEX ioctl when vc_cons[i].d is already NULL leading to NULL pointer dereference",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36558"
},
{
"category": "external",
"summary": "RHBZ#2112693",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112693"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36558",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36558"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36558",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36558"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6cd1ed50efd88261298577cd92a14f2768eddeeb",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6cd1ed50efd88261298577cd92a14f2768eddeeb"
}
],
"release_date": "2020-02-10T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: race condition in VT_RESIZEX ioctl when vc_cons[i].d is already NULL leading to NULL pointer dereference"
},
{
"cve": "CVE-2021-3640",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2021-07-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1980646"
}
],
"notes": [
{
"category": "description",
"text": "A flaw use-after-free in function sco_sock_sendmsg() of the Linux kernel HCI subsystem was found in the way user calls ioct UFFDIO_REGISTER or other way triggers race condition of the call sco_conn_del() together with the call sco_sock_sendmsg() with the expected controllable faulting memory page. 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 vulnerability in function sco_sock_sendmsg()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3640"
},
{
"category": "external",
"summary": "RHBZ#1980646",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980646"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3640"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3640",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3640"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/bluetooth/sco.c?h=v5.16\u0026id=99c23da0eed4fd20cae8243f2b51e10e66aa0951",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/bluetooth/sco.c?h=v5.16\u0026id=99c23da0eed4fd20cae8243f2b51e10e66aa0951"
},
{
"category": "external",
"summary": "https://lkml.org/lkml/2021/8/28/238",
"url": "https://lkml.org/lkml/2021/8/28/238"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2021/07/22/1",
"url": "https://www.openwall.com/lists/oss-security/2021/07/22/1"
}
],
"release_date": "2021-07-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use-after-free vulnerability in function sco_sock_sendmsg()"
},
{
"cve": "CVE-2021-30002",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2021-04-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1946279"
}
],
"notes": [
{
"category": "description",
"text": "A flaw memory leak in the Linux kernel webcam device functionality was found in the way user calls ioctl that triggers video_usercopy function. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: memory leak for large arguments in video_usercopy function in drivers/media/v4l2-core/v4l2-ioctl.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-30002"
},
{
"category": "external",
"summary": "RHBZ#1946279",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1946279"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-30002",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30002"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-30002",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-30002"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fb18802a338b36f675a388fc03d2aa504a0d0899",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fb18802a338b36f675a388fc03d2aa504a0d0899"
}
],
"release_date": "2021-04-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module v4l2-common 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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: memory leak for large arguments in video_usercopy function in drivers/media/v4l2-core/v4l2-ioctl.c"
},
{
"cve": "CVE-2021-47099",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2267919"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nveth: ensure skb entering GRO are not cloned.\n\nAfter commit d3256efd8e8b (\"veth: allow enabling NAPI even without XDP\"),\nif GRO is enabled on a veth device and TSO is disabled on the peer\ndevice, TCP skbs will go through the NAPI callback. If there is no XDP\nprogram attached, the veth code does not perform any share check, and\nshared/cloned skbs could enter the GRO engine.\n\nIgnat reported a BUG triggered later-on due to the above condition:\n\n[ 53.970529][ C1] kernel BUG at net/core/skbuff.c:3574!\n[ 53.981755][ C1] invalid opcode: 0000 [#1] PREEMPT SMP KASAN PTI\n[ 53.982634][ C1] CPU: 1 PID: 19 Comm: ksoftirqd/1 Not tainted 5.16.0-rc5+ #25\n[ 53.982634][ C1] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015\n[ 53.982634][ C1] RIP: 0010:skb_shift+0x13ef/0x23b0\n[ 53.982634][ C1] Code: ea 03 0f b6 04 02 48 89 fa 83 e2 07 38 d0\n7f 08 84 c0 0f 85 41 0c 00 00 41 80 7f 02 00 4d 8d b5 d0 00 00 00 0f\n85 74 f5 ff ff \u003c0f\u003e 0b 4d 8d 77 20 be 04 00 00 00 4c 89 44 24 78 4c 89\nf7 4c 89 8c\n[ 53.982634][ C1] RSP: 0018:ffff8881008f7008 EFLAGS: 00010246\n[ 53.982634][ C1] RAX: 0000000000000000 RBX: ffff8881180b4c80 RCX: 0000000000000000\n[ 53.982634][ C1] RDX: 0000000000000002 RSI: ffff8881180b4d3c RDI: ffff88810bc9cac2\n[ 53.982634][ C1] RBP: ffff8881008f70b8 R08: ffff8881180b4cf4 R09: ffff8881180b4cf0\n[ 53.982634][ C1] R10: ffffed1022999e5c R11: 0000000000000002 R12: 0000000000000590\n[ 53.982634][ C1] R13: ffff88810f940c80 R14: ffff88810f940d50 R15: ffff88810bc9cac0\n[ 53.982634][ C1] FS: 0000000000000000(0000) GS:ffff888235880000(0000) knlGS:0000000000000000\n[ 53.982634][ C1] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 53.982634][ C1] CR2: 00007ff5f9b86680 CR3: 0000000108ce8004 CR4: 0000000000170ee0\n[ 53.982634][ C1] Call Trace:\n[ 53.982634][ C1] \u003cTASK\u003e\n[ 53.982634][ C1] tcp_sacktag_walk+0xaba/0x18e0\n[ 53.982634][ C1] tcp_sacktag_write_queue+0xe7b/0x3460\n[ 53.982634][ C1] tcp_ack+0x2666/0x54b0\n[ 53.982634][ C1] tcp_rcv_established+0x4d9/0x20f0\n[ 53.982634][ C1] tcp_v4_do_rcv+0x551/0x810\n[ 53.982634][ C1] tcp_v4_rcv+0x22ed/0x2ed0\n[ 53.982634][ C1] ip_protocol_deliver_rcu+0x96/0xaf0\n[ 53.982634][ C1] ip_local_deliver_finish+0x1e0/0x2f0\n[ 53.982634][ C1] ip_sublist_rcv_finish+0x211/0x440\n[ 53.982634][ C1] ip_list_rcv_finish.constprop.0+0x424/0x660\n[ 53.982634][ C1] ip_list_rcv+0x2c8/0x410\n[ 53.982634][ C1] __netif_receive_skb_list_core+0x65c/0x910\n[ 53.982634][ C1] netif_receive_skb_list_internal+0x5f9/0xcb0\n[ 53.982634][ C1] napi_complete_done+0x188/0x6e0\n[ 53.982634][ C1] gro_cell_poll+0x10c/0x1d0\n[ 53.982634][ C1] __napi_poll+0xa1/0x530\n[ 53.982634][ C1] net_rx_action+0x567/0x1270\n[ 53.982634][ C1] __do_softirq+0x28a/0x9ba\n[ 53.982634][ C1] run_ksoftirqd+0x32/0x60\n[ 53.982634][ C1] smpboot_thread_fn+0x559/0x8c0\n[ 53.982634][ C1] kthread+0x3b9/0x490\n[ 53.982634][ C1] ret_from_fork+0x22/0x30\n[ 53.982634][ C1] \u003c/TASK\u003e\n\nAddress the issue by skipping the GRO stage for shared or cloned skbs.\nTo reduce the chance of OoO, try to unclone the skbs before giving up.\n\nv1 -\u003e v2:\n - use avoid skb_copy and fallback to netif_receive_skb - Eric",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: veth: ensure skb entering GRO are not cloned.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47099"
},
{
"category": "external",
"summary": "RHBZ#2267919",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2267919"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47099",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47099"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47099",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47099"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024030415-CVE-2021-47099-3127@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024030415-CVE-2021-47099-3127@gregkh/T"
}
],
"release_date": "2024-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"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:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: veth: ensure skb entering GRO are not cloned."
},
{
"cve": "CVE-2021-47103",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2024-03-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2267914"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the TCP IP protocol in the Linux Kernel, where a delete operation of the RCU-protected pointer is supposed to clear the pointer before the call_rcu()/synchronize_rcu() guarding the actual memory freeing. This flaw allows a local attacker to crash the system or leak kernel internal information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: inet: fully convert sk-\u003esk_rx_dst to RCU rules",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47103"
},
{
"category": "external",
"summary": "RHBZ#2267914",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2267914"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47103",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47103"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47103",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47103"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024030416-CVE-2021-47103-4314@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024030416-CVE-2021-47103-4314@gregkh/T"
}
],
"release_date": "2024-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: inet: fully convert sk-\u003esk_rx_dst to RCU rules"
},
{
"cve": "CVE-2021-47107",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"discovery_date": "2024-03-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2267911"
}
],
"notes": [
{
"category": "description",
"text": "CVE-2021-47107 is a flaw in the Linux system that runs file-sharing services (NFS). The problem happened because the system did not properly check how much data it should handle when someone asked to list the contents of a folder. If that request was made with a very small value, the system could become confused and try to use more memory than it should. This mistake could cause the computer to crash, stop responding, or even give an attacker a chance to run harmful code. The issue has since been fixed in newer versions of Linux by adding proper checks to prevent unsafe requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NFSD: Fix READDIR buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this bug as moderate as the out of box configuration of NFS protects the process from arbitrary code execution scenarios. There is a risk to availablity on successful exploitation of this bug.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47107"
},
{
"category": "external",
"summary": "RHBZ#2267911",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2267911"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47107",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47107"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47107",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47107"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024030445-CVE-2021-47107-7dda@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024030445-CVE-2021-47107-7dda@gregkh/T"
}
],
"release_date": "2024-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: NFSD: Fix READDIR buffer overflow"
},
{
"cve": "CVE-2021-47213",
"cwe": {
"id": "CWE-402",
"name": "Transmission of Private Resources into a New Sphere (\u0027Resource Leak\u0027)"
},
"discovery_date": "2024-04-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274573"
}
],
"notes": [
{
"category": "description",
"text": "[REJECTED CVE] In the Linux kernel, the following vulnerability has been resolved:\n\nNFSD: Fix exposure in nfsd4_decode_bitmap()\n\nThe Linux kernel CVE team has assigned CVE-2021-47213 to this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NFSD: Fix exposure in nfsd4_decode_bitmap()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been rejected upstream: https://lore.kernel.org/linux-cve-announce/2024041525-REJECTED-f46e@gregkh/",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47213"
},
{
"category": "external",
"summary": "RHBZ#2274573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274573"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47213",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47213"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47213",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47213"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024041005-CVE-2021-47213-c84f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024041005-CVE-2021-47213-c84f@gregkh/T"
}
],
"release_date": "2024-04-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.1,
"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:L",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: NFSD: Fix exposure in nfsd4_decode_bitmap()"
},
{
"cve": "CVE-2021-47378",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2024-05-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2282362"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s nvme-rdma driver where the driver failed to destroy a component cm_id before another component qp was destroyed. This issue occurs when the kernel incorrectly manages memory during RDMA, leading to a potential use-after-free.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-rdma: destroy cm id before destroy qp to avoid use after free",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as a Moderate severity. Although it can lead to system crashes due to improper memory access, it does not directly compromise data security or integrity.\n\nThis bug only affects Red Hat Enterprise Linux 9.0. A fix was commited to Red Hat Enterprise Linux 9.1, which is why the bug does not affect Red Hat Enterprise Linux 9.2 and later.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47378"
},
{
"category": "external",
"summary": "RHBZ#2282362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47378",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47378"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47378",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47378"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024052142-CVE-2021-47378-8e72@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024052142-CVE-2021-47378-8e72@gregkh/T"
}
],
"release_date": "2024-05-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"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:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nvme-rdma: destroy cm id before destroy qp to avoid use after free"
},
{
"cve": "CVE-2021-47580",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2024-06-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2293249"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s SCSI driver, in sg_copy_buffer() function, where an incorrect type in the min_t() macro can lead to a stack out-of-bounds condition. This occurs due to sign extension of larger values, which may result in memory corruption or DoS.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: scsi_debug: Fix type in min_t to avoid stack OOB",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47580"
},
{
"category": "external",
"summary": "RHBZ#2293249",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293249"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47580",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47580"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47580",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47580"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024061916-CVE-2021-47580-eac9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024061916-CVE-2021-47580-eac9@gregkh/T"
}
],
"release_date": "2024-06-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: scsi_debug: Fix type in min_t to avoid stack OOB"
},
{
"cve": "CVE-2021-47639",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348067"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU\n\nZap both valid and invalid roots when zapping/unmapping a gfn range, as\nKVM must ensure it holds no references to the freed page after returning\nfrom the unmap operation. Most notably, the TDP MMU doesn\u0027t zap invalid\nroots in mmu_notifier callbacks. This leads to use-after-free and other\nissues if the mmu_notifier runs to completion while an invalid root\nzapper yields as KVM fails to honor the requirement that there must be\n_no_ references to the page after the mmu_notifier returns.\n\nThe bug is most easily reproduced by hacking KVM to cause a collision\nbetween set_nx_huge_pages() and kvm_mmu_notifier_release(), but the bug\nexists between kvm_mmu_notifier_invalidate_range_start() and memslot\nupdates as well. Invalidating a root ensures pages aren\u0027t accessible by\nthe guest, and KVM won\u0027t read or write page data itself, but KVM will\ntrigger e.g. kvm_set_pfn_dirty() when zapping SPTEs, and thus completing\na zap of an invalid root _after_ the mmu_notifier returns is fatal.\n\n WARNING: CPU: 24 PID: 1496 at arch/x86/kvm/../../../virt/kvm/kvm_main.c:173 [kvm]\n RIP: 0010:kvm_is_zone_device_pfn+0x96/0xa0 [kvm]\n Call Trace:\n \u003cTASK\u003e\n kvm_set_pfn_dirty+0xa8/0xe0 [kvm]\n __handle_changed_spte+0x2ab/0x5e0 [kvm]\n __handle_changed_spte+0x2ab/0x5e0 [kvm]\n __handle_changed_spte+0x2ab/0x5e0 [kvm]\n zap_gfn_range+0x1f3/0x310 [kvm]\n kvm_tdp_mmu_zap_invalidated_roots+0x50/0x90 [kvm]\n kvm_mmu_zap_all_fast+0x177/0x1a0 [kvm]\n set_nx_huge_pages+0xb4/0x190 [kvm]\n param_attr_store+0x70/0x100\n module_attr_store+0x19/0x30\n kernfs_fop_write_iter+0x119/0x1b0\n new_sync_write+0x11c/0x1b0\n vfs_write+0x1cc/0x270\n ksys_write+0x5f/0xe0\n do_syscall_64+0x38/0xc0\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n \u003c/TASK\u003e",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47639"
},
{
"category": "external",
"summary": "RHBZ#2348067",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348067"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47639",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47639"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022647-CVE-2021-47639-9183@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022647-CVE-2021-47639-9183@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU"
},
{
"cve": "CVE-2021-47649",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348193"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel in the `udmabuf_create()` function. An improper user-provided argument validation can lead to a `ZERO_PTR` value being passed to the sg_alloc_append_table_from_pages()` function, which attempts a dereference and leads to a kernel crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: udmabuf: validate ubuf-\u003epagecount",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47649"
},
{
"category": "external",
"summary": "RHBZ#2348193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47649",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47649"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47649",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47649"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022649-CVE-2021-47649-f358@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022649-CVE-2021-47649-f358@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: udmabuf: validate ubuf-\u003epagecount"
},
{
"cve": "CVE-2021-47657",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348201"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the virtio-gpu module in the Linux kernel. If the initialization fails, for example, due to a fault injection, a missing check in the virtio_gpu_array_put_free function can cause a NULL pointer dereference, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.7 and 9.1 via RHSA-2022:7683 [1] and RHSA-2022:8267 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2022:7683\n\n[2]. https://access.redhat.com/errata/RHSA-2022:8267",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-47657"
},
{
"category": "external",
"summary": "RHBZ#2348201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348201"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-47657",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47657"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47657",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47657"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022650-CVE-2021-47657-6f3d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022650-CVE-2021-47657-6f3d@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()"
},
{
"acknowledgments": [
{
"names": [
"Billy Jheng Bing Jhong"
],
"organization": "STAR Labs"
}
],
"cve": "CVE-2022-0168",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-01-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2037386"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service (DOS) issue was found in the Linux kernel\u2019s smb2_ioctl_query_info function in the fs/cifs/smb2ops.c Common Internet File System (CIFS) due to an incorrect return from the memdup_user function. This flaw allows a local, privileged (CAP_SYS_ADMIN) attacker to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: smb2_ioctl_query_info NULL pointer dereference",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0168"
},
{
"category": "external",
"summary": "RHBZ#2037386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2037386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0168",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0168"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0168",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0168"
},
{
"category": "external",
"summary": "https://starlabs.sg/advisories/22/22-0168/",
"url": "https://starlabs.sg/advisories/22/22-0168/"
}
],
"release_date": "2022-03-09T15:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: smb2_ioctl_query_info NULL pointer dereference"
},
{
"cve": "CVE-2022-0617",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-02-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2053632"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference was found in the Linux kernel\u2019s UDF file system functionality in the way the user triggers the udf_file_write_iter function for a malicious UDF image. This flaw allows a local user to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NULL pointer dereference in udf_expand_file_adinicbdue() during writeback",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0617"
},
{
"category": "external",
"summary": "RHBZ#2053632",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053632"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0617",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0617"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0617",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0617"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7fc3b7c2981bbd1047916ade327beccb90994eee",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7fc3b7c2981bbd1047916ade327beccb90994eee"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ea8569194b43f0f01f0a84c689388542c7254a1f",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ea8569194b43f0f01f0a84c689388542c7254a1f"
},
{
"category": "external",
"summary": "https://lore.kernel.org/lkml/20220114172329.ygzry5rlz64ua2nr@quack3.lan/T/",
"url": "https://lore.kernel.org/lkml/20220114172329.ygzry5rlz64ua2nr@quack3.lan/T/"
}
],
"release_date": "2022-01-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "As the UDF module (udf.ho) 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 udf /bin/true\" \u003e\u003e /etc/modprobe.d/disable-udf.conf\n\nIf the system requires this module t\\work correctly, this mitigation may not be suitable.\n\nIf you need further assistance, see the KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: NULL pointer dereference in udf_expand_file_adinicbdue() during writeback"
},
{
"acknowledgments": [
{
"names": [
"Halil Pasic"
]
}
],
"cve": "CVE-2022-0854",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2022-02-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2058395"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in the Linux kernel\u2019s DMA subsystem, in the way a user calls DMA_FROM_DEVICE. This flaw allows a local user to read random memory from the kernel space.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: swiotlb information leak with DMA_FROM_DEVICE",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0854"
},
{
"category": "external",
"summary": "RHBZ#2058395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2058395"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0854",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0854"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0854",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0854"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/kernel/dma/swiotlb.c?h=v5.17-rc8\u0026id=aa6f8dcbab473f3a3c7454b74caa46d36cdc5d13",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/kernel/dma/swiotlb.c?h=v5.17-rc8\u0026id=aa6f8dcbab473f3a3c7454b74caa46d36cdc5d13"
}
],
"release_date": "2022-03-07T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: swiotlb information leak with DMA_FROM_DEVICE"
},
{
"acknowledgments": [
{
"names": [
"David Bouman"
]
}
],
"cve": "CVE-2022-1016",
"cwe": {
"id": "CWE-909",
"name": "Missing Initialization of Resource"
},
"discovery_date": "2022-03-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066614"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle \u0027return\u0027 with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: uninitialized registers on stack in nft_do_chain can cause kernel pointer leakage to UM",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1016"
},
{
"category": "external",
"summary": "RHBZ#2066614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1016"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1016",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1016"
},
{
"category": "external",
"summary": "http://blog.dbouman.nl/2022/04/02/How-The-Tables-Have-Turned-CVE-2022-1015-1016/",
"url": "http://blog.dbouman.nl/2022/04/02/How-The-Tables-Have-Turned-CVE-2022-1015-1016/"
},
{
"category": "external",
"summary": "https://seclists.org/oss-sec/2022/q1/205",
"url": "https://seclists.org/oss-sec/2022/q1/205"
}
],
"release_date": "2022-03-28T15:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "On non-containerized deployments of Red Hat Enterprise Linux, you can disable user namespaces by setting user.max_user_namespaces to 0:\n\n# echo \"user.max_user_namespaces=0\" \u003e /etc/sysctl.d/userns.conf\n# sysctl -p /etc/sysctl.d/userns.conf\n\nOn containerized deployments, such as Red Hat OpenShift Container Platform, do not use this mitigation as the functionality is needed to be enabled.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: uninitialized registers on stack in nft_do_chain can cause kernel pointer leakage to UM"
},
{
"acknowledgments": [
{
"names": [
"Takashi Iwai"
]
}
],
"cve": "CVE-2022-1048",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-03-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2066706"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in the Linux kernel\u2019s sound subsystem in the way a user triggers concurrent calls of PCM hw_params. The hw_free ioctls or similar race condition happens inside ALSA PCM for other ioctls. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: race condition in snd_pcm_hw_free leading to use-after-free",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Keeping the rating as Moderate, because this issue is hard to trigger and requires some permissions for accessing the sound card and only exists if a specific model of the sound card such as Intel 82801 or similar. The known reproducer works only for systems where the /dev/snd/pcmC0D1c device exists.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1048"
},
{
"category": "external",
"summary": "RHBZ#2066706",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066706"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1048",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1048"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1048",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1048"
},
{
"category": "external",
"summary": "https://lore.kernel.org/lkml/20220322170720.3529-5-tiwai@suse.de/T/#m1d3b791b815556012c6be92f1c4a7086b854f7f3",
"url": "https://lore.kernel.org/lkml/20220322170720.3529-5-tiwai@suse.de/T/#m1d3b791b815556012c6be92f1c4a7086b854f7f3"
}
],
"release_date": "2022-03-23T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module snd-pcm 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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: race condition in snd_pcm_hw_free leading to use-after-free"
},
{
"cve": "CVE-2022-1055",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2070220"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the tc_new_tfilter function in net/sched/cls_api.c in the Linux kernel. The availability of local, unprivileged user namespaces allows privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in tc_new_tfilter() in net/sched/cls_api.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in the Linux kernel is shipped in Red Hat Enterprise Linux 8.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1055"
},
{
"category": "external",
"summary": "RHBZ#2070220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2070220"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1055"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1055",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1055"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=04c2a47ffb13c29778e2a14e414ad4cb5a5db4b5",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=04c2a47ffb13c29778e2a14e414ad4cb5a5db4b5"
},
{
"category": "external",
"summary": "https://syzkaller.appspot.com/bug?id=2212474c958978ab86525fe6832ac8102c309ffc",
"url": "https://syzkaller.appspot.com/bug?id=2212474c958978ab86525fe6832ac8102c309ffc"
}
],
"release_date": "2022-01-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "On non-containerized deployments of Red Hat Enterprise Linux 8, you can disable user namespaces by setting user.max_user_namespaces to 0:\n\n# echo \"user.max_user_namespaces=0\" \u003e /etc/sysctl.d/userns.conf\n# sysctl -p /etc/sysctl.d/userns.conf\n\nOn containerized deployments, such as Red Hat OpenShift Container Platform, do not use this mitigation as the functionality is needed to be enabled.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use-after-free in tc_new_tfilter() in net/sched/cls_api.c"
},
{
"acknowledgments": [
{
"names": [
"Qiuhao Li"
],
"organization": "Harbin Institute of Technology"
},
{
"names": [
"Gaoning Pan",
"Yongkang Jia"
],
"organization": "Zhejiang University"
}
],
"cve": "CVE-2022-1158",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-03-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2069793"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in KVM. When updating a guest\u0027s page table entry, vm_pgoff was improperly used as the offset to get the page\u0027s pfn. As vaddr and vm_pgoff are controllable by user-mode processes, this flaw allows unprivileged local users on the host to write outside the userspace region and potentially corrupt the kernel, resulting in a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: cmpxchg_gpte can write to pfns outside the userspace region",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1158"
},
{
"category": "external",
"summary": "RHBZ#2069793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2069793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1158"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/04/08/4",
"url": "https://www.openwall.com/lists/oss-security/2022/04/08/4"
}
],
"release_date": "2022-04-07T15:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: KVM: cmpxchg_gpte can write to pfns outside the userspace region"
},
{
"acknowledgments": [
{
"names": [
"Wenqing Liu"
]
}
],
"cve": "CVE-2022-1184",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-01-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2070205"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in fs/ext4/namei.c:dx_insert_block() in the Linux kernel\u2019s filesystem sub-component. This flaw allows a local attacker with a user privilege to cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free and memory errors in ext4 when mounting and operating on a corrupted image",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1184"
},
{
"category": "external",
"summary": "RHBZ#2070205",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2070205"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1184",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1184"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1184",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1184"
}
],
"release_date": "2022-04-18T05:39:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use-after-free and memory errors in ext4 when mounting and operating on a corrupted image"
},
{
"acknowledgments": [
{
"names": [
"Yongkang Jia",
"Gaoning Pan"
],
"organization": "Zhejiang University"
},
{
"names": [
"Qiuhao Li"
],
"organization": "Harbin Institute of Technology"
}
],
"cve": "CVE-2022-1263",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-04-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2072698"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference issue was found in KVM when releasing a vCPU with dirty ring support enabled. This flaw allows an unprivileged local attacker on the host to issue specific ioctl calls, causing a kernel oops condition that results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: NULL pointer dereference in kvm_dirty_ring_push in virt/kvm/dirty_ring.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6 and 7 did not provide support for KVM dirty ring and therefore are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1263"
},
{
"category": "external",
"summary": "RHBZ#2072698",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072698"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1263",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1263"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1263",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1263"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/04/07/1",
"url": "https://www.openwall.com/lists/oss-security/2022/04/07/1"
}
],
"release_date": "2022-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: NULL pointer dereference in kvm_dirty_ring_push in virt/kvm/dirty_ring.c"
},
{
"acknowledgments": [
{
"names": [
"Yuan Ming"
],
"organization": "Tsinghua University"
}
],
"cve": "CVE-2022-1280",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2071022"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in drm_lease_held in drivers/gpu/drm/drm_lease.c in the Linux kernel due to a race problem. This flaw allows a local user privilege attacker to cause a denial of service (DoS) or a kernel information leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: concurrency use-after-free between drm_setmaster_ioctl and drm_mode_getresources",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1280"
},
{
"category": "external",
"summary": "RHBZ#2071022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2071022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1280"
}
],
"release_date": "2022-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: concurrency use-after-free between drm_setmaster_ioctl and drm_mode_getresources"
},
{
"acknowledgments": [
{
"names": [
"Qiuhao Li"
],
"organization": "(Harbin Institute of Technology)"
},
{
"names": [
"Gaoning Pan",
"Yongkang Jia"
],
"organization": "(Zhejiang University)"
}
],
"cve": "CVE-2022-1852",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-05-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2089815"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the Linux kernel\u2019s KVM module, which can lead to a denial of service in the x86_emulate_insn in arch/x86/kvm/emulate.c. This flaw occurs while executing an illegal instruction in guest in the Intel CPU.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NULL pointer dereference in x86_emulate_insn 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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-1852"
},
{
"category": "external",
"summary": "RHBZ#2089815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-1852",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1852"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1852",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1852"
},
{
"category": "external",
"summary": "https://github.com/torvalds/linux/commit/fee060cd52d69c114b62d1a2948ea9648b5131f9",
"url": "https://github.com/torvalds/linux/commit/fee060cd52d69c114b62d1a2948ea9648b5131f9"
}
],
"release_date": "2022-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by preventing the affected KVM module from loading during the boot time, and ensuring the module is added to the blacklist file.\n~~~\nRefer: \nHow do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278\n~~~",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: NULL pointer dereference in x86_emulate_insn may lead to DoS"
},
{
"cve": "CVE-2022-2078",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2022-06-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2096178"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s nft_set_desc_concat_parse() function .This flaw allows an attacker to trigger a buffer overflow via nft_set_desc_concat_parse() , causing a denial of service and possibly to run code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: buffer overflow in nft_set_desc_concat_parse()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2078"
},
{
"category": "external",
"summary": "RHBZ#2096178",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2096178"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2078",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2078"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2078",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2078"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/netfilter/nf_tables_api.c?id=fecf31ee395b0295f2d7260aa29946b7605f7c85",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/netfilter/nf_tables_api.c?id=fecf31ee395b0295f2d7260aa29946b7605f7c85"
}
],
"release_date": "2022-05-31T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: buffer overflow in nft_set_desc_concat_parse()"
},
{
"acknowledgments": [
{
"names": [
"Yongkang Jia",
"Gaoning Pan"
],
"organization": "Zhejiang University"
}
],
"cve": "CVE-2022-2153",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-03-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2069736"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s KVM when attempting to set a SynIC IRQ. This issue makes it possible for a misbehaving VMM to write to SYNIC/STIMER MSRs, causing a NULL pointer dereference. This flaw allows an unprivileged local attacker on the host to issue specific ioctl calls, causing a kernel oops condition that results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: NULL pointer dereference in kvm_irq_delivery_to_apic_fast()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2153"
},
{
"category": "external",
"summary": "RHBZ#2069736",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2069736"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2153"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2153",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2153"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/06/22/1",
"url": "https://www.openwall.com/lists/oss-security/2022/06/22/1"
}
],
"release_date": "2022-03-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: NULL pointer dereference in kvm_irq_delivery_to_apic_fast()"
},
{
"cve": "CVE-2022-2503",
"cwe": {
"id": "CWE-288",
"name": "Authentication Bypass Using an Alternate Path or Channel"
},
"discovery_date": "2022-08-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2177862"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. Dm-verity is used for extending root-of-trust to root filesystems. LoadPin builds on this property to restrict module and firmware loads to just the trusted root filesystem. Device-mapper table reloads currently allow users with root privileges to switch out the target with an equivalent dm-linear target and bypass verification until reboot. This allows root to bypass LoadPin and can be used to load untrusted and unverified kernel modules and firmware, which implies arbitrary kernel execution and persistence for peripherals that do not verify firmware updates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: LoadPin bypass via dm-verity table reload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Starting from the Red Hat Enterprise Linux version 8.7 the bug already fixed (by previous ticket https://bugzilla.redhat.com/show_bug.cgi?id=2012340).\nSimilar for the Red Hat Enterprise Linux version 9.1 it is already fixed (by the ticket https://bugzilla.redhat.com/show_bug.cgi?id=2090507).",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2503"
},
{
"category": "external",
"summary": "RHBZ#2177862",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177862"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2503",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2503"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2503",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2503"
},
{
"category": "external",
"summary": "https://github.com/google/security-research/security/advisories/GHSA-6vq3-w69p-w63m",
"url": "https://github.com/google/security-research/security/advisories/GHSA-6vq3-w69p-w63m"
}
],
"release_date": "2022-08-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: LoadPin bypass via dm-verity table reload"
},
{
"acknowledgments": [
{
"names": [
"Team Orca"
],
"organization": "Sea Security"
}
],
"cve": "CVE-2022-2586",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-08-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2114878"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in nf_tables cross-table in the net/netfilter/nf_tables_api.c function in the Linux kernel. This flaw allows a local, privileged attacker to cause a use-after-free problem at the time of table deletion, possibly leading to local privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nf_tables cross-table potential use-after-free may lead to local privilege escalation",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2586"
},
{
"category": "external",
"summary": "RHBZ#2114878",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114878"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2586"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2586",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2586"
},
{
"category": "external",
"summary": "https://lore.kernel.org/netfilter-devel/20220809170148.164591-1-cascardo@canonical.com/T/#t",
"url": "https://lore.kernel.org/netfilter-devel/20220809170148.164591-1-cascardo@canonical.com/T/#t"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/08/09/5",
"url": "https://www.openwall.com/lists/oss-security/2022/08/09/5"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2022-08-09T17:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2024-06-26T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nf_tables cross-table potential use-after-free may lead to local privilege escalation"
},
{
"cve": "CVE-2022-2639",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"discovery_date": "2022-05-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2084479"
}
],
"notes": [
{
"category": "description",
"text": "An integer coercion error was found in the openvswitch kernel module. Given a sufficiently large number of actions, while copying and reserving memory for a new action of a new flow, the reserve_sfa_size() function does not return -EMSGSIZE as expected, potentially leading to an out-of-bounds write access. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: openvswitch: integer underflow leads to out-of-bounds write in reserve_sfa_size()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The `openvswitch` is not supported out of the Layered Products subscriptions (OCP, OSP, RHV). There are no Layered Products based on Red Hat Enterprise Linux 7 at the present time. Therefore, this CVE is not planned to be addressed on Red Hat Enterprise Linux 7.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2639"
},
{
"category": "external",
"summary": "RHBZ#2084479",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084479"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2639",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2639"
}
],
"release_date": "2022-04-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "To mitigate this issue, it is possible to prevent the affected code from being loaded by blocklisting the openvswitch kernel module. For instructions relating to blocklisting a kernel module, please see https://access.redhat.com/solutions/41278.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: openvswitch: integer underflow leads to out-of-bounds write in reserve_sfa_size()"
},
{
"cve": "CVE-2022-2938",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-03-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2120175"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s implementation of Pressure Stall Information. While the feature is disabled by default, it could allow an attacker to crash the system or have other memory-corruption side effects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free when psi trigger is destroyed while being polled",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Pressure Stall Subsystem (PSI) is disabled by default on Red Hat kernels, if the feature has not been explicitly enabled using a kernel boot time parameter of \u0027psi=1\u0027, the system is not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-2938"
},
{
"category": "external",
"summary": "RHBZ#2120175",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2120175"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-2938",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2938"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2938",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2938"
}
],
"release_date": "2022-01-10T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use-after-free when psi trigger is destroyed while being polled"
},
{
"acknowledgments": [
{
"names": [
"Jiasheng Jiang"
]
}
],
"cve": "CVE-2022-3107",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2022-12-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2153060"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in the Linux kernel through 5.16-rc6. netvsc_get_ethtool_stats in drivers/net/hyperv/netvsc_drv.c lacks check of the return value of kvmalloc_array() and will cause the null pointer dereference.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: hv_netvsc: NULL pointer dereference in netvsc_get_ethtool_stats()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3107"
},
{
"category": "external",
"summary": "RHBZ#2153060",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153060"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3107",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3107"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3107",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3107"
}
],
"release_date": "2022-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: hv_netvsc: NULL pointer dereference in netvsc_get_ethtool_stats()"
},
{
"cve": "CVE-2022-20368",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2022-08-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2123695"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds access issue was found in the Linux kernel networking subsystem in the way raw packet sockets (AF_PACKET) used PACKET_COPY_THRESH and mmap operations. A local attacker with CAP_NET_RAW capability could use this flaw to trigger a buffer overflow resulting in a system crash or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/packet: slab-out-of-bounds access in packet_recvmsg()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Only local users with `CAP_NET_RAW` capability enabled can trigger this issue. On Red Hat Enterprise Linux 8 `CAP_NET_RAW` capability can be gained by exploiting unprivileged user namespaces.\n\nIn a default or common use of Red Hat Enterprise Linux 7 unprivileged user namespaces are disabled by default, so local unprivileged users cannot abuse namespaces to grant themselves the `CAP_NET_RAW` capability and potentially elevate their privileges on the system.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-20368"
},
{
"category": "external",
"summary": "RHBZ#2123695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123695"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-20368",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-20368"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-20368",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-20368"
}
],
"release_date": "2022-03-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "The mitigation is to disable CAP_NET_RAW capability for regular users and executables to prevent access to raw packet sockets (AF_PACKET). On Red Hat Enterprise Linux 8, the mitigation is to either disable unprivileged user namespaces with `sysctl -w user.max_user_namespaces=0` or network namespaces with `sysctl -w user.max_net_namespaces=0`. For more information on how to set sysctl variables on Red Hat Enterprise Linux, please refer to https://access.redhat.com/solutions/2587.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/packet: slab-out-of-bounds access in packet_recvmsg()"
},
{
"cve": "CVE-2022-20572",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"discovery_date": "2022-12-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2186545"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel, where it is possible to modify read-only files due to a missing permission check. This flaw can lead to local privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: missing DM_TARGET_IMMUTABLE feature flag in verity_target in drivers/md/dm-verity-target.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-20572"
},
{
"category": "external",
"summary": "RHBZ#2186545",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186545"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-20572",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-20572"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-20572",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-20572"
}
],
"release_date": "2022-12-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: missing DM_TARGET_IMMUTABLE feature flag in verity_target in drivers/md/dm-verity-target.c"
},
{
"cve": "CVE-2022-21499",
"cwe": {
"id": "CWE-267",
"name": "Privilege Defined With Unsafe Actions"
},
"discovery_date": "2022-05-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2084183"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the kernel/debug/debug_core.c in the Linux kernel in lockdown mode. This flaw allows an attacker with local access to trigger the debugger, bypass lockdown and write anonymously.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: possible to use the debugger to write zero into a location of choice",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-21499"
},
{
"category": "external",
"summary": "RHBZ#2084183",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084183"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-21499",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21499"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=eadb2f47a3ced5c64b23b90fd2a3463f63726066",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=eadb2f47a3ced5c64b23b90fd2a3463f63726066"
}
],
"release_date": "2022-05-24T17:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: possible to use the debugger to write zero into a location of choice"
},
{
"cve": "CVE-2022-23960",
"discovery_date": "2022-03-09T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2062284"
}
],
"notes": [
{
"category": "description",
"text": "A new cache speculation vulnerability, known as Branch History Injection (BHI) or Spectre-BHB, was found in hw. Spectre-BHB is similar to Spectre v2, except that malicious code uses the shared branch history (stored in the CPU Branch History Buffer, or BHB) to influence mispredicted branches within the victim\u0027s hardware context. Once that occurs, speculation caused by the mispredicted branches can cause cache allocation. This issue leads to obtaining information that should not be accessible.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hw: cpu: arm64: Spectre-BHB",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The current known mechanisms to exploit this issue rely on unprivileged eBPF functionality. Unprivileged eBPF is disabled by default on Red Hat Enterprise Linux.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-23960"
},
{
"category": "external",
"summary": "RHBZ#2062284",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2062284"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-23960",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23960"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23960",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23960"
},
{
"category": "external",
"summary": "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/spectre-bhb",
"url": "https://developer.arm.com/support/arm-security-updates/speculative-processor-vulnerability/spectre-bhb"
}
],
"release_date": "2022-03-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "Disabling unprivileged eBPF effectively mitigates the known attack vectors for exploiting intra-mode branch injections attacks.\n\nThe default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl.\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, mitigating the flaw.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hw: cpu: arm64: Spectre-BHB"
},
{
"cve": "CVE-2022-24448",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2022-02-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2051444"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. When an application tries to open a directory (using the O_DIRECTORY flag) in a mounted NFS filesystem, a lookup operation is performed. If the NFS server returns a file as a result of the lookup, the NFS filesystem returns an uninitialized file descriptor instead of the expected ENOTDIR value. This flaw leads to the kernel\u0027s data leak into the userspace.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfs_atomic_open() returns uninitialized data instead of ENOTDIR",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-24448"
},
{
"category": "external",
"summary": "RHBZ#2051444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2051444"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-24448",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24448"
},
{
"category": "external",
"summary": "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ac795161c93699d600db16c1a8cc23a65a1eceaf",
"url": "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ac795161c93699d600db16c1a8cc23a65a1eceaf"
}
],
"release_date": "2022-02-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: nfs_atomic_open() returns uninitialized data instead of ENOTDIR"
},
{
"cve": "CVE-2022-26373",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2022-07-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2115065"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in hw. In certain processors with Intel\u0027s Enhanced Indirect Branch Restricted Speculation (eIBRS) capabilities, soon after VM exit or IBPB command event, the linear address following the most recent near CALL instruction prior to a VM exit may be used as the Return Stack Buffer (RSB) prediction.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hw: cpu: Intel: Post-barrier Return Stack Buffer Predictions",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-26373"
},
{
"category": "external",
"summary": "RHBZ#2115065",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115065"
},
{
"category": "external",
"summary": "RHSB-6971358",
"url": "https://access.redhat.com/solutions/6971358"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-26373",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26373"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-26373",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26373"
},
{
"category": "external",
"summary": "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/post-barrier-return-stack-buffer-predictions.html",
"url": "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/post-barrier-return-stack-buffer-predictions.html"
}
],
"release_date": "2022-08-09T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hw: cpu: Intel: Post-barrier Return Stack Buffer Predictions"
},
{
"cve": "CVE-2022-27950",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2022-03-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2069408"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in elo_probe in drivers/hid/hid-elo.c in the Human Interface Devices (HID) in the Linux kernel. This issue allows an attacker to cause a denial of service when hid_parse() in elo_probe() fails.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: memory leak in drivers/hid/hid-elo.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-27950"
},
{
"category": "external",
"summary": "RHBZ#2069408",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2069408"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-27950",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27950"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27950",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27950"
},
{
"category": "external",
"summary": "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=817b8b9c5396d2b2d92311b46719aad5d3339dbe",
"url": "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=817b8b9c5396d2b2d92311b46719aad5d3339dbe"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fbf42729d0e91332e8ce75a1ecce08b8a2dab9c1",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fbf42729d0e91332e8ce75a1ecce08b8a2dab9c1"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2022/03/13/1",
"url": "https://www.openwall.com/lists/oss-security/2022/03/13/1"
}
],
"release_date": "2022-03-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: memory leak in drivers/hid/hid-elo.c"
},
{
"cve": "CVE-2022-28390",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2022-04-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2073064"
}
],
"notes": [
{
"category": "description",
"text": "A double-free flaw was found in the Linux kernel in the ems_usb_start_xmit function. This flaw allows an attacker to create a memory leak and corrupt the underlying data structure by calling free more than once.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: double free in ems_usb_start_xmit in drivers/net/can/usb/ems_usb.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28390"
},
{
"category": "external",
"summary": "RHBZ#2073064",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073064"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28390"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28390",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28390"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: double free in ems_usb_start_xmit in drivers/net/can/usb/ems_usb.c"
},
{
"cve": "CVE-2022-28893",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-04-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2074208"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in the Linux kernel\u2019s net/sunrpc/xprt.c function in the Remote Procedure Call (SunRPC) protocol. This flaw allows a local attacker to crash the system, leading to a kernel information leak issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use after free in SUNRPC 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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28893"
},
{
"category": "external",
"summary": "RHBZ#2074208",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2074208"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28893",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28893"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28893",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28893"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2022/04/11/3",
"url": "http://www.openwall.com/lists/oss-security/2022/04/11/3"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2022/04/11/4",
"url": "http://www.openwall.com/lists/oss-security/2022/04/11/4"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1a3b1bba7c7a5eb8a11513cf88427cb9d77bc60a",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1a3b1bba7c7a5eb8a11513cf88427cb9d77bc60a"
}
],
"release_date": "2022-04-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by preventing the affected SUNRPC driver (sunrpc) kernel module from loading during the boot time, ensuring the module is added to the blacklist file.\n~~~\nRefer: \nHow do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278\n~~~",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use after free in SUNRPC subsystem"
},
{
"cve": "CVE-2022-29581",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-05-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2088021"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in u32_change in net/sched/cls_u32.c in the network subcomponent of the Linux kernel. This flaw allows a local attacker to crash the system, cause a privilege escalation, and leak kernel information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free due to improper update of reference count in net/sched/cls_u32.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Keeping the impact Moderate, because only memory leak can happen by default, and both hard to reproduce (at least reproducer not exists yet).",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-29581"
},
{
"category": "external",
"summary": "RHBZ#2088021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-29581",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29581"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29581",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29581"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3db09e762dc79584a69c10d74a6b98f89a9979f8",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3db09e762dc79584a69c10d74a6b98f89a9979f8"
},
{
"category": "external",
"summary": "https://kernel.dance/#3db09e762dc79584a69c10d74a6b98f89a9979f8",
"url": "https://kernel.dance/#3db09e762dc79584a69c10d74a6b98f89a9979f8"
}
],
"release_date": "2022-04-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module cls_u32 from being loaded by blacklisting the module to prevent it from loading automatically. \n~~~\nhttps://access.redhat.com/solutions/41278 \n~~~",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use-after-free due to improper update of reference count in net/sched/cls_u32.c"
},
{
"cve": "CVE-2022-36946",
"discovery_date": "2022-08-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2115278"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in the Linux kernel\u2019s Netfilter subsystem in the way a local user uses the libnetfilter_queue when analyzing a corrupted network packet. This flaw allows a local user to crash the system or a remote user to crash the system when the libnetfilter_queue is used by a local user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: DoS in nfqnl_mangle in net/netfilter/nfnetlink_queue.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-36946"
},
{
"category": "external",
"summary": "RHBZ#2115278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115278"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-36946",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36946"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-36946",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-36946"
},
{
"category": "external",
"summary": "https://lore.kernel.org/all/20220726104206.2036-1-fw@strlen.de/t/",
"url": "https://lore.kernel.org/all/20220726104206.2036-1-fw@strlen.de/t/"
}
],
"release_date": "2022-07-26T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module nfnetlink_queue from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blocklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: DoS in nfqnl_mangle in net/netfilter/nfnetlink_queue.c"
},
{
"cve": "CVE-2022-48735",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2024-06-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2293324"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability has been identified in the Linux kernel, specifically related to a stale set_brightness_delay callback function. This flaw can lead to compromised system availability. Due to the nature of use-after-free vulnerabilities, successful exploitation could result in unpredictable system behavior, crashes, or a denial-of-service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: hda: Fix UAF of leds class devs at unbinding",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48735"
},
{
"category": "external",
"summary": "RHBZ#2293324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293324"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48735"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024062001-CVE-2022-48735-32e6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024062001-CVE-2022-48735-32e6@gregkh/T"
}
],
"release_date": "2024-06-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: hda: Fix UAF of leds class devs at unbinding"
},
{
"cve": "CVE-2022-48738",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2024-06-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2293321"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s ASoC operations within the soc-ops.c file, where the function snd_soc_put_volsw() fails to validate the range of values being set, results in out-of-bounds values to be accepted,",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48738"
},
{
"category": "external",
"summary": "RHBZ#2293321",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293321"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48738",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48738"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48738",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48738"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024062001-CVE-2022-48738-ecf0@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024062001-CVE-2022-48738-ecf0@gregkh/T"
}
],
"release_date": "2024-06-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()"
},
{
"cve": "CVE-2022-48765",
"cwe": {
"id": "CWE-99",
"name": "Improper Control of Resource Identifiers (\u0027Resource Injection\u0027)"
},
"discovery_date": "2024-06-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2293344"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s KVM component related to the LAPIC during the guest reboot process. This issue arises when the SET_LAPIC command is issued without exposing the tsc-deadline mode, leading to warnings and potential inconsistencies due to an unhandled preemption timer. This situation can disrupt the normal operation of virtual machines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: LAPIC: Also cancel preemption timer during SET_LAPIC",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48765"
},
{
"category": "external",
"summary": "RHBZ#2293344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48765",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48765"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48765",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48765"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024062009-CVE-2022-48765-ddb8@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024062009-CVE-2022-48765-ddb8@gregkh/T"
}
],
"release_date": "2024-06-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: LAPIC: Also cancel preemption timer during SET_LAPIC"
},
{
"cve": "CVE-2022-48786",
"cwe": {
"id": "CWE-464",
"name": "Addition of Data Structure Sentinel"
},
"discovery_date": "2024-07-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2298122"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s vsock subsystem\u0027s vsock_stream_connect() function where improper handling of the socket state can lead to the connected table\u0027s list being corrupted. This occurs when a signal interrupt occurs and resets the socket\u0027s state without removing it from the connected table; the process then attempts the connect() function again, which if successful, can lead to the socket being added a second time to the connected table, corrupting the linked list structure used for managing connected sockets. This vulnerability can potentially lead to memory corruption and system instability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: vsock: remove vsock from connected table when connect is interrupted by a signal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is fixed in RHEL-9.1 and above\n~~~\nin (rhel-8.7, rhel-8.8, rhel-8.9, rhel-8.10) vsock: remove vsock from connected table when connect is interrupted by a signal\nin (rhel-9.1, rhel-9.2, rhel-9.3, rhel-9.4, rhel-9.5) vsock: remove vsock from connected table when connect is interrupted by a signal\n~~~\n\nPlease note that while RHEL-9 kernel-rt still appears as affected, it has been fixed in the same RHSA as RHEL-9 kernel. This is because from RHEL-9.3 onwards, the kernel and kernel-rt fixes are bundled together in a single errata.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48786"
},
{
"category": "external",
"summary": "RHBZ#2298122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2298122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48786"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024071637-CVE-2022-48786-7416@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024071637-CVE-2022-48786-7416@gregkh/T"
}
],
"release_date": "2024-07-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: vsock: remove vsock from connected table when connect is interrupted by a signal"
},
{
"cve": "CVE-2022-48912",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2024-08-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2307165"
}
],
"notes": [
{
"category": "description",
"text": "A possible use-after-free was found in the Linux kernel in __nf_register_net_hook().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: netfilter: fix use-after-free in __nf_register_net_hook()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is fixed in RHEL-9.1 and above (including 8.10):\n~~~\nin (rhel-8.7, rhel-8.8, rhel-8.9, rhel-8.10) netfilter: fix use-after-free in __nf_register_net_hook()\nin (rhel-9.1, rhel-9.2, rhel-9.3, rhel-9.4, rhel-9.5) netfilter: fix use-after-free in __nf_register_net_hook()\n~~~\n\nPlease note that while RHEL-9 kernel-rt still appears as affected, it has been fixed in the same RHSA as RHEL-9 kernel. This is because from RHEL-9.3 onwards, the kernel and kernel-rt fixes are bundled together in a single errata.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48912"
},
{
"category": "external",
"summary": "RHBZ#2307165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307165"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48912",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48912"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48912",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48912"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024082215-CVE-2022-48912-3f55@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024082215-CVE-2022-48912-3f55@gregkh/T"
}
],
"release_date": "2024-08-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: netfilter: fix use-after-free in __nf_register_net_hook()"
},
{
"cve": "CVE-2022-48915",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-08-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2307168"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nthermal: core: Fix TZ_GET_TRIP NULL pointer dereference\n\nDo not call get_trip_hyst() from thermal_genl_cmd_tz_get_trip() if\nthe thermal zone does not define one.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: thermal: core: Fix TZ_GET_TRIP NULL pointer dereference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is fixed in RHEL-9.2 and above (including RHEL 8.10)\n~~~\nin (rhel-8.7, rhel-8.8, rhel-8.9, rhel-8.10) thermal: core: Fix TZ_GET_TRIP NULL pointer dereference\nin (rhel-9.2, rhel-9.3, rhel-9.4, rhel-9.5) thermal: core: Fix TZ_GET_TRIP NULL pointer dereference\n~~~\n\nPlease note that while RHEL-9 kernel-rt still appears as affected, it has been fixed in the same RHSA as RHEL-9 kernel. This is because from RHEL-9.3 onwards, the kernel and kernel-rt fixes are bundled together in a single errata.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48915"
},
{
"category": "external",
"summary": "RHBZ#2307168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48915"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48915",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48915"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024082216-CVE-2022-48915-6663@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024082216-CVE-2022-48915-6663@gregkh/T"
}
],
"release_date": "2024-08-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: thermal: core: Fix TZ_GET_TRIP NULL pointer dereference"
},
{
"cve": "CVE-2022-48918",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-08-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2307171"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was found in the Linux kernel. When debugfs is set as off in the kernel command line, iwiwifi\u0027s mvm module uses an invalid/unchecked debugfs_dir pointer, resulting in disruption to availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iwlwifi: mvm: check debugfs_dir ptr before use",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48918"
},
{
"category": "external",
"summary": "RHBZ#2307171",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307171"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48918",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48918"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48918",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48918"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024082217-CVE-2022-48918-9b85@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024082217-CVE-2022-48918-9b85@gregkh/T"
}
],
"release_date": "2024-08-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iwlwifi: mvm: check debugfs_dir ptr before use"
},
{
"cve": "CVE-2022-48943",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2024-08-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2307199"
}
],
"notes": [
{
"category": "description",
"text": "A hang vulnerability is possible in the Linux kernel in arch/x86/kvm/mmu/mmu.c. This issue may lead to compromised availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: x86/mmu: make apf token non-zero to fix bug",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is fixed in RHEL-9.0 and above (including 8.10):\n~~~\nin (rhel-9.1, rhel-9.2, rhel-9.3, rhel-9.4, rhel-9.5) KVM: x86/mmu: make apf token non-zero to fix bug\nin (rhel-8.7, rhel-8.8, rhel-8.9, rhel-8.10) KVM: x86/mmu: make apf token non-zero to fix bug\nin (rhel-9.0) KVM: x86/mmu: make apf token non-zero to fix bug\nin (rhel-8.6) KVM: x86/mmu: make apf token non-zero to fix bug\n~~~\n\nPlease note that while RHEL-9 kernel-rt still appears as affected, it has been fixed in the same RHSA as RHEL-9 kernel. This is because from RHEL-9.3 onwards, the kernel and kernel-rt fixes are bundled together in a single errata.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48943"
},
{
"category": "external",
"summary": "RHBZ#2307199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307199"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48943"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48943",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48943"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024082227-CVE-2022-48943-8e11@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024082227-CVE-2022-48943-8e11@gregkh/T"
}
],
"release_date": "2024-08-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: x86/mmu: make apf token non-zero to fix bug"
},
{
"cve": "CVE-2022-49044",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348282"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm integrity: fix memory corruption when tag_size is less than digest size\n\nIt is possible to set up dm-integrity in such a way that the\n\"tag_size\" parameter is less than the actual digest size. In this\nsituation, a part of the digest beyond tag_size is ignored.\n\nIn this case, dm-integrity would write beyond the end of the\nic-\u003erecalc_tags array and corrupt memory. The corruption happened in\nintegrity_recalc-\u003eintegrity_sector_checksum-\u003ecrypto_shash_final.\n\nFix this corruption by increasing the tags array so that it has enough\npadding at the end to accomodate the loop in integrity_recalc() being\nable to write a full digest size for the last member of the tags\narray.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm integrity: fix memory corruption when tag_size is less than digest size",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49044"
},
{
"category": "external",
"summary": "RHBZ#2348282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49044",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49044"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022650-CVE-2022-49044-43d1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022650-CVE-2022-49044-43d1@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: dm integrity: fix memory corruption when tag_size is less than digest size"
},
{
"cve": "CVE-2022-49060",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348065"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the smc module in the Linux kernel. A NULL pointer dereference can be triggered due to a missing check before calling the dev_name function, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.7 and 9.1 via RHSA-2022:7683 [1] and RHSA-2022:8267 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2022:7683\n\n[2]. https://access.redhat.com/errata/RHSA-2022:8267",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49060"
},
{
"category": "external",
"summary": "RHBZ#2348065",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348065"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49060",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49060"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022653-CVE-2022-49060-6210@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022653-CVE-2022-49060-6210@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()"
},
{
"cve": "CVE-2022-49063",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348323"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: arfs: fix use-after-free when freeing @rx_cpu_rmap\n\nThe CI testing bots triggered the following splat:\n\n[ 718.203054] BUG: KASAN: use-after-free in free_irq_cpu_rmap+0x53/0x80\n[ 718.206349] Read of size 4 at addr ffff8881bd127e00 by task sh/20834\n[ 718.212852] CPU: 28 PID: 20834 Comm: sh Kdump: loaded Tainted: G S W IOE 5.17.0-rc8_nextqueue-devqueue-02643-g23f3121aca93 #1\n[ 718.219695] Hardware name: Intel Corporation S2600WFT/S2600WFT, BIOS SE5C620.86B.02.01.0012.070720200218 07/07/2020\n[ 718.223418] Call Trace:\n[ 718.227139]\n[ 718.230783] dump_stack_lvl+0x33/0x42\n[ 718.234431] print_address_description.constprop.9+0x21/0x170\n[ 718.238177] ? free_irq_cpu_rmap+0x53/0x80\n[ 718.241885] ? free_irq_cpu_rmap+0x53/0x80\n[ 718.245539] kasan_report.cold.18+0x7f/0x11b\n[ 718.249197] ? free_irq_cpu_rmap+0x53/0x80\n[ 718.252852] free_irq_cpu_rmap+0x53/0x80\n[ 718.256471] ice_free_cpu_rx_rmap.part.11+0x37/0x50 [ice]\n[ 718.260174] ice_remove_arfs+0x5f/0x70 [ice]\n[ 718.263810] ice_rebuild_arfs+0x3b/0x70 [ice]\n[ 718.267419] ice_rebuild+0x39c/0xb60 [ice]\n[ 718.270974] ? asm_sysvec_apic_timer_interrupt+0x12/0x20\n[ 718.274472] ? ice_init_phy_user_cfg+0x360/0x360 [ice]\n[ 718.278033] ? delay_tsc+0x4a/0xb0\n[ 718.281513] ? preempt_count_sub+0x14/0xc0\n[ 718.284984] ? delay_tsc+0x8f/0xb0\n[ 718.288463] ice_do_reset+0x92/0xf0 [ice]\n[ 718.292014] ice_pci_err_resume+0x91/0xf0 [ice]\n[ 718.295561] pci_reset_function+0x53/0x80\n\u003c...\u003e\n[ 718.393035] Allocated by task 690:\n[ 718.433497] Freed by task 20834:\n[ 718.495688] Last potentially related work creation:\n[ 718.568966] The buggy address belongs to the object at ffff8881bd127e00\n which belongs to the cache kmalloc-96 of size 96\n[ 718.574085] The buggy address is located 0 bytes inside of\n 96-byte region [ffff8881bd127e00, ffff8881bd127e60)\n[ 718.579265] The buggy address belongs to the page:\n[ 718.598905] Memory state around the buggy address:\n[ 718.601809] ffff8881bd127d00: fa fb fb fb fb fb fb fb fb fb fb fb fc fc fc fc\n[ 718.604796] ffff8881bd127d80: 00 00 00 00 00 00 00 00 00 00 fc fc fc fc fc fc\n[ 718.607794] \u003effff8881bd127e00: fa fb fb fb fb fb fb fb fb fb fb fb fc fc fc fc\n[ 718.610811] ^\n[ 718.613819] ffff8881bd127e80: 00 00 00 00 00 00 00 00 00 00 00 00 fc fc fc fc\n[ 718.617107] ffff8881bd127f00: fa fb fb fb fb fb fb fb fb fb fb fb fc fc fc fc\n\nThis is due to that free_irq_cpu_rmap() is always being called\n*after* (devm_)free_irq() and thus it tries to work with IRQ descs\nalready freed. For example, on device reset the driver frees the\nrmap right before allocating a new one (the splat above).\nMake rmap creation and freeing function symmetrical with\n{request,free}_irq() calls i.e. do that on ifup/ifdown instead\nof device probe/remove/resume. These operations can be performed\nindependently from the actual device aRFS configuration.\nAlso, make sure ice_vsi_free_irq() clears IRQ affinity notifiers\nonly when aRFS is disabled -- otherwise, CPU rmap sets and clears\nits own and they must not be touched manually.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ice: arfs: fix use-after-free when freeing @rx_cpu_rmap",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49063"
},
{
"category": "external",
"summary": "RHBZ#2348323",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348323"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49063"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022653-CVE-2022-49063-a6de@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022653-CVE-2022-49063-a6de@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ice: arfs: fix use-after-free when freeing @rx_cpu_rmap"
},
{
"cve": "CVE-2022-49066",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348115"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nveth: Ensure eth header is in skb\u0027s linear part\n\nAfter feeding a decapsulated packet to a veth device with act_mirred,\nskb_headlen() may be 0. But veth_xmit() calls __dev_forward_skb(),\nwhich expects at least ETH_HLEN byte of linear data (as\n__dev_forward_skb2() calls eth_type_trans(), which pulls ETH_HLEN bytes\nunconditionally).\n\nUse pskb_may_pull() to ensure veth_xmit() respects this constraint.\n\nkernel BUG at include/linux/skbuff.h:2328!\nRIP: 0010:eth_type_trans+0xcf/0x140\nCall Trace:\n \u003cIRQ\u003e\n __dev_forward_skb2+0xe3/0x160\n veth_xmit+0x6e/0x250 [veth]\n dev_hard_start_xmit+0xc7/0x200\n __dev_queue_xmit+0x47f/0x520\n ? skb_ensure_writable+0x85/0xa0\n ? skb_mpls_pop+0x98/0x1c0\n tcf_mirred_act+0x442/0x47e [act_mirred]\n tcf_action_exec+0x86/0x140\n fl_classify+0x1d8/0x1e0 [cls_flower]\n ? dma_pte_clear_level+0x129/0x1a0\n ? dma_pte_clear_level+0x129/0x1a0\n ? prb_fill_curr_block+0x2f/0xc0\n ? skb_copy_bits+0x11a/0x220\n __tcf_classify+0x58/0x110\n tcf_classify_ingress+0x6b/0x140\n __netif_receive_skb_core.constprop.0+0x47d/0xfd0\n ? __iommu_dma_unmap_swiotlb+0x44/0x90\n __netif_receive_skb_one_core+0x3d/0xa0\n netif_receive_skb+0x116/0x170\n be_process_rx+0x22f/0x330 [be2net]\n be_poll+0x13c/0x370 [be2net]\n __napi_poll+0x2a/0x170\n net_rx_action+0x22f/0x2f0\n __do_softirq+0xca/0x2a8\n __irq_exit_rcu+0xc1/0xe0\n common_interrupt+0x83/0xa0",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: veth: Ensure eth header is in skb\u0027s linear part",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49066"
},
{
"category": "external",
"summary": "RHBZ#2348115",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348115"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49066",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49066"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49066",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49066"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022654-CVE-2022-49066-bc68@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022654-CVE-2022-49066-bc68@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: veth: Ensure eth header is in skb\u0027s linear part"
},
{
"cve": "CVE-2022-49086",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347770"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Open vSwitch module in the Linux kernel. Improper handling of allocated memory can lead to a memory leak, potentially impacting system performance and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: openvswitch: fix leak of nested actions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.4, 8.7, 9.0 and 9.1 via RHSA-2022:5626 [1], RHSA-2022:7683 [2], RHSA-2022:8973 [3] and RHSA-2022:8267 [4], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2022:5626\n\n[2]. https://access.redhat.com/errata/RHSA-2022:7683\n\n[3]. https://access.redhat.com/errata/RHSA-2022:8973\n\n[4]. https://access.redhat.com/errata/RHSA-2022:8267",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49086"
},
{
"category": "external",
"summary": "RHBZ#2347770",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347770"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49086",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49086"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49086",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49086"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022657-CVE-2022-49086-a289@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022657-CVE-2022-49086-a289@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: openvswitch: fix leak of nested actions"
},
{
"cve": "CVE-2022-49098",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348148"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nDrivers: hv: vmbus: Fix potential crash on module unload\n\nThe vmbus driver relies on the panic notifier infrastructure to perform\nsome operations when a panic event is detected. Since vmbus can be built\nas module, it is required that the driver handles both registering and\nunregistering such panic notifier callback.\n\nAfter commit 74347a99e73a (\"x86/Hyper-V: Unload vmbus channel in hv panic callback\")\nthough, the panic notifier registration is done unconditionally in the module\ninitialization routine whereas the unregistering procedure is conditionally\nguarded and executes only if HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE capability\nis set.\n\nThis patch fixes that by unconditionally unregistering the panic notifier\nin the module\u0027s exit routine as well.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Drivers: hv: vmbus: Fix potential crash on module unload",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49098"
},
{
"category": "external",
"summary": "RHBZ#2348148",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348148"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49098",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49098"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49098",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49098"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022600-CVE-2022-49098-9755@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022600-CVE-2022-49098-9755@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: Drivers: hv: vmbus: Fix potential crash on module unload"
},
{
"cve": "CVE-2022-49122",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348154"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s `dm-ioctl` interface in the `lookup_ioctl()` function, which accepts a user-provided `cmd` value that is used to index the `_ioctls` array directly. This issue could lead to an out-of-bounds access if the CPU speculatively executes the array access before `cmd` is confirmed as valid, allowing an attacker to exploit a Spectre v1 gadget attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm ioctl: prevent potential spectre v1 gadget",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has rated this vulnerability with a security impact of Moderate. All Red Hat products are being evaluated for impact and Red Hat will work with the Linux community to analyze and correct any issues found. \n\nSuccessful exploitation of this flaw requires the attacker to have advanced knowledge of the software versions used on the system. \n\nFor additional information about this flaw, including possible mitigations, please refer to: https://access.redhat.com/solutions/3545361",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49122"
},
{
"category": "external",
"summary": "RHBZ#2348154",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348154"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49122",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49122"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49122",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49122"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2022-49122-b139@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2022-49122-b139@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: dm ioctl: prevent potential spectre v1 gadget"
},
{
"cve": "CVE-2022-49123",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348213"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nath11k: Fix frames flush failure caused by deadlock\n\nWe are seeing below warnings:\n\nkernel: [25393.301506] ath11k_pci 0000:01:00.0: failed to flush mgmt transmit queue 0\nkernel: [25398.421509] ath11k_pci 0000:01:00.0: failed to flush mgmt transmit queue 0\nkernel: [25398.421831] ath11k_pci 0000:01:00.0: dropping mgmt frame for vdev 0, is_started 0\n\nthis means ath11k fails to flush mgmt. frames because wmi_mgmt_tx_work\nhas no chance to run in 5 seconds.\n\nBy setting /proc/sys/kernel/hung_task_timeout_secs to 20 and increasing\nATH11K_FLUSH_TIMEOUT to 50 we get below warnings:\n\nkernel: [ 120.763160] INFO: task wpa_supplicant:924 blocked for more than 20 seconds.\nkernel: [ 120.763169] Not tainted 5.10.90 #12\nkernel: [ 120.763177] \"echo 0 \u003e /proc/sys/kernel/hung_task_timeout_secs\" disables this message.\nkernel: [ 120.763186] task:wpa_supplicant state:D stack: 0 pid: 924 ppid: 1 flags:0x000043a0\nkernel: [ 120.763201] Call Trace:\nkernel: [ 120.763214] __schedule+0x785/0x12fa\nkernel: [ 120.763224] ? lockdep_hardirqs_on_prepare+0xe2/0x1bb\nkernel: [ 120.763242] schedule+0x7e/0xa1\nkernel: [ 120.763253] schedule_timeout+0x98/0xfe\nkernel: [ 120.763266] ? run_local_timers+0x4a/0x4a\nkernel: [ 120.763291] ath11k_mac_flush_tx_complete+0x197/0x2b1 [ath11k 13c3a9bf37790f4ac8103b3decf7ab4008ac314a]\nkernel: [ 120.763306] ? init_wait_entry+0x2e/0x2e\nkernel: [ 120.763343] __ieee80211_flush_queues+0x167/0x21f [mac80211 335da900954f1c5ea7f1613d92088ce83342042c]\nkernel: [ 120.763378] __ieee80211_recalc_idle+0x105/0x125 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c]\nkernel: [ 120.763411] ieee80211_recalc_idle+0x14/0x27 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c]\nkernel: [ 120.763441] ieee80211_free_chanctx+0x77/0xa2 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c]\nkernel: [ 120.763473] __ieee80211_vif_release_channel+0x100/0x131 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c]\nkernel: [ 120.763540] ieee80211_vif_release_channel+0x66/0x81 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c]\nkernel: [ 120.763572] ieee80211_destroy_auth_data+0xa3/0xe6 [mac80211 335da900954f1c5ea7f1613d92088ce83342042c]\nkernel: [ 120.763612] ieee80211_mgd_deauth+0x178/0x29b [mac80211 335da900954f1c5ea7f1613d92088ce83342042c]\nkernel: [ 120.763654] cfg80211_mlme_deauth+0x1a8/0x22c [cfg80211 8945aa5bc2af5f6972336665d8ad6f9c191ad5be]\nkernel: [ 120.763697] nl80211_deauthenticate+0xfa/0x123 [cfg80211 8945aa5bc2af5f6972336665d8ad6f9c191ad5be]\nkernel: [ 120.763715] genl_rcv_msg+0x392/0x3c2\nkernel: [ 120.763750] ? nl80211_associate+0x432/0x432 [cfg80211 8945aa5bc2af5f6972336665d8ad6f9c191ad5be]\nkernel: [ 120.763782] ? nl80211_associate+0x432/0x432 [cfg80211 8945aa5bc2af5f6972336665d8ad6f9c191ad5be]\nkernel: [ 120.763802] ? genl_rcv+0x36/0x36\nkernel: [ 120.763814] netlink_rcv_skb+0x89/0xf7\nkernel: [ 120.763829] genl_rcv+0x28/0x36\nkernel: [ 120.763840] netlink_unicast+0x179/0x24b\nkernel: [ 120.763854] netlink_sendmsg+0x393/0x401\nkernel: [ 120.763872] sock_sendmsg+0x72/0x76\nkernel: [ 120.763886] ____sys_sendmsg+0x170/0x1e6\nkernel: [ 120.763897] ? copy_msghdr_from_user+0x7a/0xa2\nkernel: [ 120.763914] ___sys_sendmsg+0x95/0xd1\nkernel: [ 120.763940] __sys_sendmsg+0x85/0xbf\nkernel: [ 120.763956] do_syscall_64+0x43/0x55\nkernel: [ 120.763966] entry_SYSCALL_64_after_hwframe+0x44/0xa9\nkernel: [ 120.763977] RIP: 0033:0x79089f3fcc83\nkernel: [ 120.763986] RSP: 002b:00007ffe604f0508 EFLAGS: 00000246 ORIG_RAX: 000000000000002e\nkernel: [ 120.763997] RAX: ffffffffffffffda RBX: 000059b40e987690 RCX: 000079089f3fcc83\nkernel: [ 120.764006] RDX: 0000000000000000 RSI: 00007ffe604f0558 RDI: 0000000000000009\nkernel: [ 120.764014] RBP: 00007ffe604f0540 R08: 0000000000000004 R09: 0000000000400000\nkernel: [ 120.764023] R10: 00007ffe604f0638 R11: 0000000000000246 R12: 000059b40ea04980\nkernel: [ 120.764032] R13: 00007ffe604\n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ath11k: Fix frames flush failure caused by deadlock",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49123"
},
{
"category": "external",
"summary": "RHBZ#2348213",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348213"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49123"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49123",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49123"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2022-49123-8a84@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2022-49123-8a84@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ath11k: Fix frames flush failure caused by deadlock"
},
{
"cve": "CVE-2022-49129",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347839"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmt76: mt7921: fix crash when startup fails.\n\nIf the nic fails to start, it is possible that the\nreset_work has already been scheduled. Ensure the\nwork item is canceled so we do not have use-after-free\ncrash in case cleanup is called before the work item\nis executed.\n\nThis fixes crash on my x86_64 apu2 when mt7921k radio\nfails to work. Radio still fails, but OS does not\ncrash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mt76: mt7921: fix crash when startup fails.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49129"
},
{
"category": "external",
"summary": "RHBZ#2347839",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347839"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49129"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49129",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49129"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2022-49129-a098@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2022-49129-a098@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"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:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mt76: mt7921: fix crash when startup fails."
},
{
"cve": "CVE-2022-49130",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348275"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nath11k: mhi: use mhi_sync_power_up()\n\nIf amss.bin was missing ath11k would crash during \u0027rmmod ath11k_pci\u0027. The\nreason for that was that we were using mhi_async_power_up() which does not\ncheck any errors. But mhi_sync_power_up() on the other hand does check for\nerrors so let\u0027s use that to fix the crash.\n\nI was not able to find a reason why an async version was used.\nath11k_mhi_start() (which enables state ATH11K_MHI_POWER_ON) is called from\nath11k_hif_power_up(), which can sleep. So sync version should be safe to use\nhere.\n\n[ 145.569731] general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN PTI\n[ 145.569789] KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]\n[ 145.569843] CPU: 2 PID: 1628 Comm: rmmod Kdump: loaded Tainted: G W 5.16.0-wt-ath+ #567\n[ 145.569898] Hardware name: Intel(R) Client Systems NUC8i7HVK/NUC8i7HVB, BIOS HNKBLi70.86A.0067.2021.0528.1339 05/28/2021\n[ 145.569956] RIP: 0010:ath11k_hal_srng_access_begin+0xb5/0x2b0 [ath11k]\n[ 145.570028] Code: df 48 89 fa 48 c1 ea 03 80 3c 02 00 0f 85 ec 01 00 00 48 8b ab a8 00 00 00 48 b8 00 00 00 00 00 fc ff df 48 89 ea 48 c1 ea 03 \u003c0f\u003e b6 14 02 48 89 e8 83 e0 07 83 c0 03 45 85 ed 75 48 38 d0 7c 08\n[ 145.570089] RSP: 0018:ffffc900025d7ac0 EFLAGS: 00010246\n[ 145.570144] RAX: dffffc0000000000 RBX: ffff88814fca2dd8 RCX: 1ffffffff50cb455\n[ 145.570196] RDX: 0000000000000000 RSI: ffff88814fca2dd8 RDI: ffff88814fca2e80\n[ 145.570252] RBP: 0000000000000000 R08: 0000000000000000 R09: ffffffffa8659497\n[ 145.570329] R10: fffffbfff50cb292 R11: 0000000000000001 R12: ffff88814fca0000\n[ 145.570410] R13: 0000000000000000 R14: ffff88814fca2798 R15: ffff88814fca2dd8\n[ 145.570465] FS: 00007fa399988540(0000) GS:ffff888233e00000(0000) knlGS:0000000000000000\n[ 145.570519] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 145.570571] CR2: 00007fa399b51421 CR3: 0000000137898002 CR4: 00000000003706e0\n[ 145.570623] Call Trace:\n[ 145.570675] \u003cTASK\u003e\n[ 145.570727] ? ath11k_ce_tx_process_cb+0x34b/0x860 [ath11k]\n[ 145.570797] ath11k_ce_tx_process_cb+0x356/0x860 [ath11k]\n[ 145.570864] ? tasklet_init+0x150/0x150\n[ 145.570919] ? ath11k_ce_alloc_pipes+0x280/0x280 [ath11k]\n[ 145.570986] ? tasklet_clear_sched+0x42/0xe0\n[ 145.571042] ? tasklet_kill+0xe9/0x1b0\n[ 145.571095] ? tasklet_clear_sched+0xe0/0xe0\n[ 145.571148] ? irq_has_action+0x120/0x120\n[ 145.571202] ath11k_ce_cleanup_pipes+0x45a/0x580 [ath11k]\n[ 145.571270] ? ath11k_pci_stop+0x10e/0x170 [ath11k_pci]\n[ 145.571345] ath11k_core_stop+0x8a/0xc0 [ath11k]\n[ 145.571434] ath11k_core_deinit+0x9e/0x150 [ath11k]\n[ 145.571499] ath11k_pci_remove+0xd2/0x260 [ath11k_pci]\n[ 145.571553] pci_device_remove+0x9a/0x1c0\n[ 145.571605] __device_release_driver+0x332/0x660\n[ 145.571659] driver_detach+0x1e7/0x2c0\n[ 145.571712] bus_remove_driver+0xe2/0x2d0\n[ 145.571772] pci_unregister_driver+0x21/0x250\n[ 145.571826] __do_sys_delete_module+0x30a/0x4b0\n[ 145.571879] ? free_module+0xac0/0xac0\n[ 145.571933] ? lockdep_hardirqs_on_prepare.part.0+0x18c/0x370\n[ 145.571986] ? syscall_enter_from_user_mode+0x1d/0x50\n[ 145.572039] ? lockdep_hardirqs_on+0x79/0x100\n[ 145.572097] do_syscall_64+0x3b/0x90\n[ 145.572153] entry_SYSCALL_64_after_hwframe+0x44/0xae\n\nTested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03003-QCAHSPSWPL_V1_V2_SILICONZ_LITE-2",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ath11k: mhi: use mhi_sync_power_up()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49130"
},
{
"category": "external",
"summary": "RHBZ#2348275",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348275"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49130",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49130"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49130",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49130"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2022-49130-8e95@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2022-49130-8e95@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ath11k: mhi: use mhi_sync_power_up()"
},
{
"cve": "CVE-2022-49145",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348029"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: CPPC: Avoid out of bounds access when parsing _CPC data\n\nIf the NumEntries field in the _CPC return package is less than 2, do\nnot attempt to access the \"Revision\" element of that package, because\nit may not be present then.\n\nBugLink: https://lore.kernel.org/lkml/20220322143534.GC32582@xsang-OptiPlex-9020/",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ACPI: CPPC: Avoid out of bounds access when parsing _CPC data",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49145"
},
{
"category": "external",
"summary": "RHBZ#2348029",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348029"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49145",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49145"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49145",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49145"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2022-49145-3c50@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2022-49145-3c50@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ACPI: CPPC: Avoid out of bounds access when parsing _CPC data"
},
{
"cve": "CVE-2022-49156",
"cwe": {
"id": "CWE-99",
"name": "Improper Control of Resource Identifiers (\u0027Resource Injection\u0027)"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347783"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Fix scheduling while atomic\n\nThe driver makes a call into midlayer (fc_remote_port_delete) which can put\nthe thread to sleep. The thread that originates the call is in interrupt\ncontext. The combination of the two trigger a crash. Schedule the call in\nnon-interrupt context where it is more safe.\n\nkernel: BUG: scheduling while atomic: swapper/7/0/0x00010000\nkernel: Call Trace:\nkernel: \u003cIRQ\u003e\nkernel: dump_stack+0x66/0x81\nkernel: __schedule_bug.cold.90+0x5/0x1d\nkernel: __schedule+0x7af/0x960\nkernel: schedule+0x28/0x80\nkernel: schedule_timeout+0x26d/0x3b0\nkernel: wait_for_completion+0xb4/0x140\nkernel: ? wake_up_q+0x70/0x70\nkernel: __wait_rcu_gp+0x12c/0x160\nkernel: ? sdev_evt_alloc+0xc0/0x180 [scsi_mod]\nkernel: synchronize_sched+0x6c/0x80\nkernel: ? call_rcu_bh+0x20/0x20\nkernel: ? __bpf_trace_rcu_invoke_callback+0x10/0x10\nkernel: sdev_evt_alloc+0xfd/0x180 [scsi_mod]\nkernel: starget_for_each_device+0x85/0xb0 [scsi_mod]\nkernel: ? scsi_init_io+0x360/0x3d0 [scsi_mod]\nkernel: scsi_init_io+0x388/0x3d0 [scsi_mod]\nkernel: device_for_each_child+0x54/0x90\nkernel: fc_remote_port_delete+0x70/0xe0 [scsi_transport_fc]\nkernel: qla2x00_schedule_rport_del+0x62/0xf0 [qla2xxx]\nkernel: qla2x00_mark_device_lost+0x9c/0xd0 [qla2xxx]\nkernel: qla24xx_handle_plogi_done_event+0x55f/0x570 [qla2xxx]\nkernel: qla2x00_async_login_sp_done+0xd2/0x100 [qla2xxx]\nkernel: qla24xx_logio_entry+0x13a/0x3c0 [qla2xxx]\nkernel: qla24xx_process_response_queue+0x306/0x400 [qla2xxx]\nkernel: qla24xx_msix_rsp_q+0x3f/0xb0 [qla2xxx]\nkernel: __handle_irq_event_percpu+0x40/0x180\nkernel: handle_irq_event_percpu+0x30/0x80\nkernel: handle_irq_event+0x36/0x60",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: qla2xxx: Fix scheduling while atomic",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49156"
},
{
"category": "external",
"summary": "RHBZ#2347783",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347783"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49156"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2022-49156-a5c9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2022-49156-a5c9@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: scsi: qla2xxx: Fix scheduling while atomic"
},
{
"cve": "CVE-2022-49158",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348055"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Fix warning message due to adisc being flushed\n\nFix warning message due to adisc being flushed. Linux kernel triggered a\nwarning message where a different error code type is not matching up with\nthe expected type. Add additional translation of one error code type to\nanother.\n\nWARNING: CPU: 2 PID: 1131623 at drivers/scsi/qla2xxx/qla_init.c:498\nqla2x00_async_adisc_sp_done+0x294/0x2b0 [qla2xxx]\nCPU: 2 PID: 1131623 Comm: drmgr Not tainted 5.13.0-rc1-autotest #1\n..\nGPR28: c000000aaa9c8890 c0080000079ab678 c00000140a104800 c00000002bd19000\nNIP [c00800000790857c] qla2x00_async_adisc_sp_done+0x294/0x2b0 [qla2xxx]\nLR [c008000007908578] qla2x00_async_adisc_sp_done+0x290/0x2b0 [qla2xxx]\nCall Trace:\n[c00000001cdc3620] [c008000007908578] qla2x00_async_adisc_sp_done+0x290/0x2b0 [qla2xxx] (unreliable)\n[c00000001cdc3710] [c0080000078f3080] __qla2x00_abort_all_cmds+0x1b8/0x580 [qla2xxx]\n[c00000001cdc3840] [c0080000078f589c] qla2x00_abort_all_cmds+0x34/0xd0 [qla2xxx]\n[c00000001cdc3880] [c0080000079153d8] qla2x00_abort_isp_cleanup+0x3f0/0x570 [qla2xxx]\n[c00000001cdc3920] [c0080000078fb7e8] qla2x00_remove_one+0x3d0/0x480 [qla2xxx]\n[c00000001cdc39b0] [c00000000071c274] pci_device_remove+0x64/0x120\n[c00000001cdc39f0] [c0000000007fb818] device_release_driver_internal+0x168/0x2a0\n[c00000001cdc3a30] [c00000000070e304] pci_stop_bus_device+0xb4/0x100\n[c00000001cdc3a70] [c00000000070e4f0] pci_stop_and_remove_bus_device+0x20/0x40\n[c00000001cdc3aa0] [c000000000073940] pci_hp_remove_devices+0x90/0x130\n[c00000001cdc3b30] [c0080000070704d0] disable_slot+0x38/0x90 [rpaphp] [\nc00000001cdc3b60] [c00000000073eb4c] power_write_file+0xcc/0x180\n[c00000001cdc3be0] [c0000000007354bc] pci_slot_attr_store+0x3c/0x60\n[c00000001cdc3c00] [c00000000055f820] sysfs_kf_write+0x60/0x80 [c00000001cdc3c20]\n[c00000000055df10] kernfs_fop_write_iter+0x1a0/0x290\n[c00000001cdc3c70] [c000000000447c4c] new_sync_write+0x14c/0x1d0\n[c00000001cdc3d10] [c00000000044b134] vfs_write+0x224/0x330\n[c00000001cdc3d60] [c00000000044b3f4] ksys_write+0x74/0x130\n[c00000001cdc3db0] [c00000000002df70] system_call_exception+0x150/0x2d0\n[c00000001cdc3e10] [c00000000000d45c] system_call_common+0xec/0x278",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: qla2xxx: Fix warning message due to adisc being flushed",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49158"
},
{
"category": "external",
"summary": "RHBZ#2348055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49158"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2022-49158-64aa@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2022-49158-64aa@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: qla2xxx: Fix warning message due to adisc being flushed"
},
{
"cve": "CVE-2022-49160",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347673"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Fix crash during module load unload test\n\nDuring purex packet handling the driver was incorrectly freeing a\npre-allocated structure. Fix this by skipping that entry.\n\nSystem crashed with the following stack during a module unload test.\n\nCall Trace:\n\tsbitmap_init_node+0x7f/0x1e0\n\tsbitmap_queue_init_node+0x24/0x150\n\tblk_mq_init_bitmaps+0x3d/0xa0\n\tblk_mq_init_tags+0x68/0x90\n\tblk_mq_alloc_map_and_rqs+0x44/0x120\n\tblk_mq_alloc_set_map_and_rqs+0x63/0x150\n\tblk_mq_alloc_tag_set+0x11b/0x230\n\tscsi_add_host_with_dma.cold+0x3f/0x245\n\tqla2x00_probe_one+0xd5a/0x1b80 [qla2xxx]\n\nCall Trace with slub_debug and debug kernel:\n\tkasan_report_invalid_free+0x50/0x80\n\t__kasan_slab_free+0x137/0x150\n\tslab_free_freelist_hook+0xc6/0x190\n\tkfree+0xe8/0x2e0\n\tqla2x00_free_device+0x3bb/0x5d0 [qla2xxx]\n\tqla2x00_remove_one+0x668/0xcf0 [qla2xxx]",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: qla2xxx: Fix crash during module load unload test",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49160"
},
{
"category": "external",
"summary": "RHBZ#2347673",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347673"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49160",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49160"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49160",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49160"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2022-49160-0990@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2022-49160-0990@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: qla2xxx: Fix crash during module load unload test"
},
{
"cve": "CVE-2022-49175",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348314"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nPM: core: keep irq flags in device_pm_check_callbacks()\n\nThe function device_pm_check_callbacks() can be called under the spin\nlock (in the reported case it happens from genpd_add_device() -\u003e\ndev_pm_domain_set(), when the genpd uses spinlocks rather than mutexes.\n\nHowever this function uncoditionally uses spin_lock_irq() /\nspin_unlock_irq(), thus not preserving the CPU flags. Use the\nirqsave/irqrestore instead.\n\nThe backtrace for the reference:\n[ 2.752010] ------------[ cut here ]------------\n[ 2.756769] raw_local_irq_restore() called with IRQs enabled\n[ 2.762596] WARNING: CPU: 4 PID: 1 at kernel/locking/irqflag-debug.c:10 warn_bogus_irq_restore+0x34/0x50\n[ 2.772338] Modules linked in:\n[ 2.775487] CPU: 4 PID: 1 Comm: swapper/0 Tainted: G S 5.17.0-rc6-00384-ge330d0d82eff-dirty #684\n[ 2.781384] Freeing initrd memory: 46024K\n[ 2.785839] pstate: 60400005 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\n[ 2.785841] pc : warn_bogus_irq_restore+0x34/0x50\n[ 2.785844] lr : warn_bogus_irq_restore+0x34/0x50\n[ 2.785846] sp : ffff80000805b7d0\n[ 2.785847] x29: ffff80000805b7d0 x28: 0000000000000000 x27: 0000000000000002\n[ 2.785850] x26: ffffd40e80930b18 x25: ffff7ee2329192b8 x24: ffff7edfc9f60800\n[ 2.785853] x23: ffffd40e80930b18 x22: ffffd40e80930d30 x21: ffff7edfc0dffa00\n[ 2.785856] x20: ffff7edfc09e3768 x19: 0000000000000000 x18: ffffffffffffffff\n[ 2.845775] x17: 6572206f74206465 x16: 6c696166203a3030 x15: ffff80008805b4f7\n[ 2.853108] x14: 0000000000000000 x13: ffffd40e809550b0 x12: 00000000000003d8\n[ 2.860441] x11: 0000000000000148 x10: ffffd40e809550b0 x9 : ffffd40e809550b0\n[ 2.867774] x8 : 00000000ffffefff x7 : ffffd40e809ad0b0 x6 : ffffd40e809ad0b0\n[ 2.875107] x5 : 000000000000bff4 x4 : 0000000000000000 x3 : 0000000000000000\n[ 2.882440] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff7edfc03a8000\n[ 2.889774] Call trace:\n[ 2.892290] warn_bogus_irq_restore+0x34/0x50\n[ 2.896770] _raw_spin_unlock_irqrestore+0x94/0xa0\n[ 2.901690] genpd_unlock_spin+0x20/0x30\n[ 2.905724] genpd_add_device+0x100/0x2d0\n[ 2.909850] __genpd_dev_pm_attach+0xa8/0x23c\n[ 2.914329] genpd_dev_pm_attach_by_id+0xc4/0x190\n[ 2.919167] genpd_dev_pm_attach_by_name+0x3c/0xd0\n[ 2.924086] dev_pm_domain_attach_by_name+0x24/0x30\n[ 2.929102] psci_dt_attach_cpu+0x24/0x90\n[ 2.933230] psci_cpuidle_probe+0x2d4/0x46c\n[ 2.937534] platform_probe+0x68/0xe0\n[ 2.941304] really_probe.part.0+0x9c/0x2fc\n[ 2.945605] __driver_probe_device+0x98/0x144\n[ 2.950085] driver_probe_device+0x44/0x15c\n[ 2.954385] __device_attach_driver+0xb8/0x120\n[ 2.958950] bus_for_each_drv+0x78/0xd0\n[ 2.962896] __device_attach+0xd8/0x180\n[ 2.966843] device_initial_probe+0x14/0x20\n[ 2.971144] bus_probe_device+0x9c/0xa4\n[ 2.975092] device_add+0x380/0x88c\n[ 2.978679] platform_device_add+0x114/0x234\n[ 2.983067] platform_device_register_full+0x100/0x190\n[ 2.988344] psci_idle_init+0x6c/0xb0\n[ 2.992113] do_one_initcall+0x74/0x3a0\n[ 2.996060] kernel_init_freeable+0x2fc/0x384\n[ 3.000543] kernel_init+0x28/0x130\n[ 3.004132] ret_from_fork+0x10/0x20\n[ 3.007817] irq event stamp: 319826\n[ 3.011404] hardirqs last enabled at (319825): [\u003cffffd40e7eda0268\u003e] __up_console_sem+0x78/0x84\n[ 3.020332] hardirqs last disabled at (319826): [\u003cffffd40e7fd6d9d8\u003e] el1_dbg+0x24/0x8c\n[ 3.028458] softirqs last enabled at (318312): [\u003cffffd40e7ec90410\u003e] _stext+0x410/0x588\n[ 3.036678] softirqs last disabled at (318299): [\u003cffffd40e7ed1bf68\u003e] __irq_exit_rcu+0x158/0x174\n[ 3.045607] ---[ end trace 0000000000000000 ]---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: PM: core: keep irq flags in device_pm_check_callbacks()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49175"
},
{
"category": "external",
"summary": "RHBZ#2348314",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348314"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49175"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022613-CVE-2022-49175-1b88@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022613-CVE-2022-49175-1b88@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: PM: core: keep irq flags in device_pm_check_callbacks()"
},
{
"cve": "CVE-2022-49199",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347806"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()\n\nThis code checks \"index\" for an upper bound but it does not check for\nnegatives. Change the type to unsigned to prevent underflows.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug could happen only if RDMA being used (that is Remote Direct Memory Access). The security impact is limited, because it is integer underflow bug that does not lead to an actual kernel panic or other fail. It can lead to incorrect behavior of RDMA (for example to incorrect statistics counters value or similar).",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49199"
},
{
"category": "external",
"summary": "RHBZ#2347806",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347806"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49199",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49199"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49199",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49199"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022617-CVE-2022-49199-54e5@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022617-CVE-2022-49199-54e5@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module ib_core from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()"
},
{
"cve": "CVE-2022-49235",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347667"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nath9k_htc: fix uninit value bugs\n\nSyzbot reported 2 KMSAN bugs in ath9k. All of them are caused by missing\nfield initialization.\n\nIn htc_connect_service() svc_meta_len and pad are not initialized. Based\non code it looks like in current skb there is no service data, so simply\ninitialize svc_meta_len to 0.\n\nhtc_issue_send() does not initialize htc_frame_hdr::control array. Based\non firmware code, it will initialize it by itself, so simply zero whole\narray to make KMSAN happy\n\nFail logs:\n\nBUG: KMSAN: kernel-usb-infoleak in usb_submit_urb+0x6c1/0x2aa0 drivers/usb/core/urb.c:430\n usb_submit_urb+0x6c1/0x2aa0 drivers/usb/core/urb.c:430\n hif_usb_send_regout drivers/net/wireless/ath/ath9k/hif_usb.c:127 [inline]\n hif_usb_send+0x5f0/0x16f0 drivers/net/wireless/ath/ath9k/hif_usb.c:479\n htc_issue_send drivers/net/wireless/ath/ath9k/htc_hst.c:34 [inline]\n htc_connect_service+0x143e/0x1960 drivers/net/wireless/ath/ath9k/htc_hst.c:275\n...\n\nUninit was created at:\n slab_post_alloc_hook mm/slab.h:524 [inline]\n slab_alloc_node mm/slub.c:3251 [inline]\n __kmalloc_node_track_caller+0xe0c/0x1510 mm/slub.c:4974\n kmalloc_reserve net/core/skbuff.c:354 [inline]\n __alloc_skb+0x545/0xf90 net/core/skbuff.c:426\n alloc_skb include/linux/skbuff.h:1126 [inline]\n htc_connect_service+0x1029/0x1960 drivers/net/wireless/ath/ath9k/htc_hst.c:258\n...\n\nBytes 4-7 of 18 are uninitialized\nMemory access of size 18 starts at ffff888027377e00\n\nBUG: KMSAN: kernel-usb-infoleak in usb_submit_urb+0x6c1/0x2aa0 drivers/usb/core/urb.c:430\n usb_submit_urb+0x6c1/0x2aa0 drivers/usb/core/urb.c:430\n hif_usb_send_regout drivers/net/wireless/ath/ath9k/hif_usb.c:127 [inline]\n hif_usb_send+0x5f0/0x16f0 drivers/net/wireless/ath/ath9k/hif_usb.c:479\n htc_issue_send drivers/net/wireless/ath/ath9k/htc_hst.c:34 [inline]\n htc_connect_service+0x143e/0x1960 drivers/net/wireless/ath/ath9k/htc_hst.c:275\n...\n\nUninit was created at:\n slab_post_alloc_hook mm/slab.h:524 [inline]\n slab_alloc_node mm/slub.c:3251 [inline]\n __kmalloc_node_track_caller+0xe0c/0x1510 mm/slub.c:4974\n kmalloc_reserve net/core/skbuff.c:354 [inline]\n __alloc_skb+0x545/0xf90 net/core/skbuff.c:426\n alloc_skb include/linux/skbuff.h:1126 [inline]\n htc_connect_service+0x1029/0x1960 drivers/net/wireless/ath/ath9k/htc_hst.c:258\n...\n\nBytes 16-17 of 18 are uninitialized\nMemory access of size 18 starts at ffff888027377e00",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ath9k_htc: fix uninit value bugs",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49235"
},
{
"category": "external",
"summary": "RHBZ#2347667",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347667"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49235"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49235",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49235"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49235-52fb@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49235-52fb@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: ath9k_htc: fix uninit value bugs"
},
{
"cve": "CVE-2022-49238",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348142"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s ath11k driver, where an accidental skip was introduced during peer deletion, originally intended to fix a firmware crash by changing the WMI command sequence. This results in a potential use-after-free scenario caused by the peer structure not being set to NULL and thus being accessed later on by other functions. This issue can lead to memory corruption, system instability, and potential code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49238"
},
{
"category": "external",
"summary": "RHBZ#2348142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348142"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49238"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49238-3642@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49238-3642@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855"
},
{
"cve": "CVE-2022-49259",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348360"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nblock: don\u0027t delete queue kobject before its children\n\nkobjects aren\u0027t supposed to be deleted before their child kobjects are\ndeleted. Apparently this is usually benign; however, a WARN will be\ntriggered if one of the child kobjects has a named attribute group:\n\n sysfs group \u0027modes\u0027 not found for kobject \u0027crypto\u0027\n WARNING: CPU: 0 PID: 1 at fs/sysfs/group.c:278 sysfs_remove_group+0x72/0x80\n ...\n Call Trace:\n sysfs_remove_groups+0x29/0x40 fs/sysfs/group.c:312\n __kobject_del+0x20/0x80 lib/kobject.c:611\n kobject_cleanup+0xa4/0x140 lib/kobject.c:696\n kobject_release lib/kobject.c:736 [inline]\n kref_put include/linux/kref.h:65 [inline]\n kobject_put+0x53/0x70 lib/kobject.c:753\n blk_crypto_sysfs_unregister+0x10/0x20 block/blk-crypto-sysfs.c:159\n blk_unregister_queue+0xb0/0x110 block/blk-sysfs.c:962\n del_gendisk+0x117/0x250 block/genhd.c:610\n\nFix this by moving the kobject_del() and the corresponding\nkobject_uevent() to the correct place.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: block: don\u0027t delete queue kobject before its children",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49259"
},
{
"category": "external",
"summary": "RHBZ#2348360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49259",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49259"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49259",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49259"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022628-CVE-2022-49259-00f9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022628-CVE-2022-49259-00f9@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 2.3,
"baseSeverity": "LOW",
"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:L",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: block: don\u0027t delete queue kobject before its children"
},
{
"cve": "CVE-2022-49263",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348286"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbrcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path\n\nThis avoids leaking memory if brcmf_chip_get_raminfo fails. Note that\nthe CLM blob is released in the device remove path.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49263"
},
{
"category": "external",
"summary": "RHBZ#2348286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348286"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49263",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49263"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49263",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49263"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022628-CVE-2022-49263-2e87@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022628-CVE-2022-49263-2e87@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path"
},
{
"cve": "CVE-2022-49265",
"cwe": {
"id": "CWE-663",
"name": "Use of a Non-reentrant Function in a Concurrent Context"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348093"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nPM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()\n\nWhen a genpd with GENPD_FLAG_IRQ_SAFE gets removed, the following\nsleep-in-atomic bug will be seen, as genpd_debug_remove() will be called\nwith a spinlock being held.\n\n[ 0.029183] BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:1460\n[ 0.029204] in_atomic(): 1, irqs_disabled(): 128, non_block: 0, pid: 1, name: swapper/0\n[ 0.029219] preempt_count: 1, expected: 0\n[ 0.029230] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.17.0-rc4+ #489\n[ 0.029245] Hardware name: Thundercomm TurboX CM2290 (DT)\n[ 0.029256] Call trace:\n[ 0.029265] dump_backtrace.part.0+0xbc/0xd0\n[ 0.029285] show_stack+0x3c/0xa0\n[ 0.029298] dump_stack_lvl+0x7c/0xa0\n[ 0.029311] dump_stack+0x18/0x34\n[ 0.029323] __might_resched+0x10c/0x13c\n[ 0.029338] __might_sleep+0x4c/0x80\n[ 0.029351] down_read+0x24/0xd0\n[ 0.029363] lookup_one_len_unlocked+0x9c/0xcc\n[ 0.029379] lookup_positive_unlocked+0x10/0x50\n[ 0.029392] debugfs_lookup+0x68/0xac\n[ 0.029406] genpd_remove.part.0+0x12c/0x1b4\n[ 0.029419] of_genpd_remove_last+0xa8/0xd4\n[ 0.029434] psci_cpuidle_domain_probe+0x174/0x53c\n[ 0.029449] platform_probe+0x68/0xe0\n[ 0.029462] really_probe+0x190/0x430\n[ 0.029473] __driver_probe_device+0x90/0x18c\n[ 0.029485] driver_probe_device+0x40/0xe0\n[ 0.029497] __driver_attach+0xf4/0x1d0\n[ 0.029508] bus_for_each_dev+0x70/0xd0\n[ 0.029523] driver_attach+0x24/0x30\n[ 0.029534] bus_add_driver+0x164/0x22c\n[ 0.029545] driver_register+0x78/0x130\n[ 0.029556] __platform_driver_register+0x28/0x34\n[ 0.029569] psci_idle_init_domains+0x1c/0x28\n[ 0.029583] do_one_initcall+0x50/0x1b0\n[ 0.029595] kernel_init_freeable+0x214/0x280\n[ 0.029609] kernel_init+0x2c/0x13c\n[ 0.029622] ret_from_fork+0x10/0x20\n\nIt doesn\u0027t seem necessary to call genpd_debug_remove() with the lock, so\nmove it out from locking to fix the problem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49265"
},
{
"category": "external",
"summary": "RHBZ#2348093",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348093"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49265"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49265",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49265"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022629-CVE-2022-49265-11d4@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022629-CVE-2022-49265-11d4@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()"
},
{
"cve": "CVE-2022-49268",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348329"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM\n\nDo not call snd_dma_free_pages() when snd_dma_alloc_pages() returns\n-ENOMEM because it leads to a NULL pointer dereference bug.\n\nThe dmesg says:\n\n [ T1387] sof-audio-pci-intel-tgl 0000:00:1f.3: error: memory alloc failed: -12\n [ T1387] BUG: kernel NULL pointer dereference, address: 0000000000000000\n [ T1387] #PF: supervisor read access in kernel mode\n [ T1387] #PF: error_code(0x0000) - not-present page\n [ T1387] PGD 0 P4D 0\n [ T1387] Oops: 0000 [#1] PREEMPT SMP NOPTI\n [ T1387] CPU: 6 PID: 1387 Comm: alsa-sink-HDA A Tainted: G W 5.17.0-rc4-superb-owl-00055-g80d47f5de5e3\n [ T1387] Hardware name: HP HP Laptop 14s-dq2xxx/87FD, BIOS F.15 09/15/2021\n [ T1387] RIP: 0010:dma_free_noncontiguous+0x37/0x80\n [ T1387] Code: [... snip ...]\n [ T1387] RSP: 0000:ffffc90002b87770 EFLAGS: 00010246\n [ T1387] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000\n [ T1387] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff888101db30d0\n [ T1387] RBP: 00000000fffffff4 R08: 0000000000000000 R09: 0000000000000000\n [ T1387] R10: 0000000000000000 R11: ffffc90002b874d0 R12: 0000000000000001\n [ T1387] R13: 0000000000058000 R14: ffff888105260c68 R15: ffff888105260828\n [ T1387] FS: 00007f42e2ffd640(0000) GS:ffff888466b80000(0000) knlGS:0000000000000000\n [ T1387] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n [ T1387] CR2: 0000000000000000 CR3: 000000014acf0003 CR4: 0000000000770ee0\n [ T1387] PKRU: 55555554\n [ T1387] Call Trace:\n [ T1387] \u003cTASK\u003e\n [ T1387] cl_stream_prepare+0x10a/0x120 [snd_sof_intel_hda_common 146addf995b9279ae7f509621078cccbe4f875e1]\n [... snip ...]\n [ T1387] \u003c/TASK\u003e",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49268"
},
{
"category": "external",
"summary": "RHBZ#2348329",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348329"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49268",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49268"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49268",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49268"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022629-CVE-2022-49268-4842@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022629-CVE-2022-49268-4842@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM"
},
{
"cve": "CVE-2022-49272",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348064"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock\n\nsyzbot caught a potential deadlock between the PCM\nruntime-\u003ebuffer_mutex and the mm-\u003emmap_lock. It was brought by the\nrecent fix to cover the racy read/write and other ioctls, and in that\ncommit, I overlooked a (hopefully only) corner case that may take the\nrevert lock, namely, the OSS mmap. The OSS mmap operation\nexceptionally allows to re-configure the parameters inside the OSS\nmmap syscall, where mm-\u003emmap_mutex is already held. Meanwhile, the\ncopy_from/to_user calls at read/write operations also take the\nmm-\u003emmap_lock internally, hence it may lead to a AB/BA deadlock.\n\nA similar problem was already seen in the past and we fixed it with a\nrefcount (in commit b248371628aa). The former fix covered only the\ncall paths with OSS read/write and OSS ioctls, while we need to cover\nthe concurrent access via both ALSA and OSS APIs now.\n\nThis patch addresses the problem above by replacing the buffer_mutex\nlock in the read/write operations with a refcount similar as we\u0027ve\nused for OSS. The new field, runtime-\u003ebuffer_accessing, keeps the\nnumber of concurrent read/write operations. Unlike the former\nbuffer_mutex protection, this protects only around the\ncopy_from/to_user() calls; the other codes are basically protected by\nthe PCM stream lock. The refcount can be a negative, meaning blocked\nby the ioctls. If a negative value is seen, the read/write aborts\nwith -EBUSY. In the ioctl side, OTOH, they check this refcount, too,\nand set to a negative value for blocking unless it\u0027s already being\naccessed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49272"
},
{
"category": "external",
"summary": "RHBZ#2348064",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348064"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49272",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49272"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49272",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49272"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022630-CVE-2022-49272-4b85@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022630-CVE-2022-49272-4b85@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock"
},
{
"cve": "CVE-2022-49288",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347877"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: pcm: Fix races among concurrent prealloc proc writes\n\nWe have no protection against concurrent PCM buffer preallocation\nchanges via proc files, and it may potentially lead to UAF or some\nweird problem. This patch applies the PCM open_mutex to the proc\nwrite operation for avoiding the racy proc writes and the PCM stream\nopen (and further operations).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: pcm: Fix races among concurrent prealloc proc writes",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49288"
},
{
"category": "external",
"summary": "RHBZ#2347877",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347877"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49288",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49288"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022633-CVE-2022-49288-d3cb@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022633-CVE-2022-49288-d3cb@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: pcm: Fix races among concurrent prealloc proc writes"
},
{
"cve": "CVE-2022-49290",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347727"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmac80211: fix potential double free on mesh join\n\nWhile commit 6a01afcf8468 (\"mac80211: mesh: Free ie data when leaving\nmesh\") fixed a memory leak on mesh leave / teardown it introduced a\npotential memory corruption caused by a double free when rejoining the\nmesh:\n\n ieee80211_leave_mesh()\n -\u003e kfree(sdata-\u003eu.mesh.ie);\n ...\n ieee80211_join_mesh()\n -\u003e copy_mesh_setup()\n -\u003e old_ie = ifmsh-\u003eie;\n -\u003e kfree(old_ie);\n\nThis double free / kernel panics can be reproduced by using wpa_supplicant\nwith an encrypted mesh (if set up without encryption via \"iw\" then\nifmsh-\u003eie is always NULL, which avoids this issue). And then calling:\n\n $ iw dev mesh0 mesh leave\n $ iw dev mesh0 mesh join my-mesh\n\nNote that typically these commands are not used / working when using\nwpa_supplicant. And it seems that wpa_supplicant or wpa_cli are going\nthrough a NETDEV_DOWN/NETDEV_UP cycle between a mesh leave and mesh join\nwhere the NETDEV_UP resets the mesh.ie to NULL via a memcpy of\ndefault_mesh_setup in cfg80211_netdev_notifier_call, which then avoids\nthe memory corruption, too.\n\nThe issue was first observed in an application which was not using\nwpa_supplicant but \"Senf\" instead, which implements its own calls to\nnl80211.\n\nFixing the issue by removing the kfree()\u0027ing of the mesh IE in the mesh\njoin function and leaving it solely up to the mesh leave to free the\nmesh IE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mac80211: fix potential double free on mesh join",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49290"
},
{
"category": "external",
"summary": "RHBZ#2347727",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347727"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49290",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49290"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022633-CVE-2022-49290-42e8@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022633-CVE-2022-49290-42e8@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mac80211: fix potential double free on mesh join"
},
{
"cve": "CVE-2022-49292",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348302"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: oss: Fix PCM OSS buffer allocation overflow\n\nWe\u0027ve got syzbot reports hitting INT_MAX overflow at vmalloc()\nallocation that is called from snd_pcm_plug_alloc(). Although we\napply the restrictions to input parameters, it\u0027s based only on the\nhw_params of the underlying PCM device. Since the PCM OSS layer\nallocates a temporary buffer for the data conversion, the size may\nbecome unexpectedly large when more channels or higher rates is given;\nin the reported case, it went over INT_MAX, hence it hits WARN_ON().\n\nThis patch is an attempt to avoid such an overflow and an allocation\nfor too large buffers. First off, it adds the limit of 1MB as the\nupper bound for period bytes. This must be large enough for all use\ncases, and we really don\u0027t want to handle a larger temporary buffer\nthan this size. The size check is performed at two places, where the\noriginal period bytes is calculated and where the plugin buffer size\nis calculated.\n\nIn addition, the driver uses array_size() and array3_size() for\nmultiplications to catch overflows for the converted period size and\nbuffer bytes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: oss: Fix PCM OSS buffer allocation overflow",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49292"
},
{
"category": "external",
"summary": "RHBZ#2348302",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348302"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49292"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49292",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49292"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022633-CVE-2022-49292-b60c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022633-CVE-2022-49292-b60c@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: oss: Fix PCM OSS buffer allocation overflow"
},
{
"cve": "CVE-2022-49343",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348095"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: avoid cycles in directory h-tree\n\nA maliciously corrupted filesystem can contain cycles in the h-tree\nstored inside a directory. That can easily lead to the kernel corrupting\ntree nodes that were already verified under its hands while doing a node\nsplit and consequently accessing unallocated memory. Fix the problem by\nverifying traversed block numbers are unique.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ext4: avoid cycles in directory h-tree",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49343"
},
{
"category": "external",
"summary": "RHBZ#2348095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348095"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49343"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49343",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49343"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022641-CVE-2022-49343-bddc@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022641-CVE-2022-49343-bddc@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: ext4: avoid cycles in directory h-tree"
},
{
"cve": "CVE-2022-49347",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347821"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix bug_on in ext4_writepages\n\nwe got issue as follows:\nEXT4-fs error (device loop0): ext4_mb_generate_buddy:1141: group 0, block bitmap and bg descriptor inconsistent: 25 vs 31513 free cls\n------------[ cut here ]------------\nkernel BUG at fs/ext4/inode.c:2708!\ninvalid opcode: 0000 [#1] PREEMPT SMP KASAN PTI\nCPU: 2 PID: 2147 Comm: rep Not tainted 5.18.0-rc2-next-20220413+ #155\nRIP: 0010:ext4_writepages+0x1977/0x1c10\nRSP: 0018:ffff88811d3e7880 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: 0000000000000001 RCX: ffff88811c098000\nRDX: 0000000000000000 RSI: ffff88811c098000 RDI: 0000000000000002\nRBP: ffff888128140f50 R08: ffffffffb1ff6387 R09: 0000000000000000\nR10: 0000000000000007 R11: ffffed10250281ea R12: 0000000000000001\nR13: 00000000000000a4 R14: ffff88811d3e7bb8 R15: ffff888128141028\nFS: 00007f443aed9740(0000) GS:ffff8883aef00000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000020007200 CR3: 000000011c2a4000 CR4: 00000000000006e0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n do_writepages+0x130/0x3a0\n filemap_fdatawrite_wbc+0x83/0xa0\n filemap_flush+0xab/0xe0\n ext4_alloc_da_blocks+0x51/0x120\n __ext4_ioctl+0x1534/0x3210\n __x64_sys_ioctl+0x12c/0x170\n do_syscall_64+0x3b/0x90\n\nIt may happen as follows:\n1. write inline_data inode\nvfs_write\n new_sync_write\n ext4_file_write_iter\n ext4_buffered_write_iter\n generic_perform_write\n ext4_da_write_begin\n ext4_da_write_inline_data_begin -\u003e If inline data size too\n small will allocate block to write, then mapping will has\n dirty page\n ext4_da_convert_inline_data_to_extent -\u003eclear EXT4_STATE_MAY_INLINE_DATA\n2. fallocate\ndo_vfs_ioctl\n ioctl_preallocate\n vfs_fallocate\n ext4_fallocate\n ext4_convert_inline_data\n ext4_convert_inline_data_nolock\n ext4_map_blocks -\u003e fail will goto restore data\n ext4_restore_inline_data\n ext4_create_inline_data\n ext4_write_inline_data\n ext4_set_inode_state -\u003e set inode EXT4_STATE_MAY_INLINE_DATA\n3. writepages\n__ext4_ioctl\n ext4_alloc_da_blocks\n filemap_flush\n filemap_fdatawrite_wbc\n do_writepages\n ext4_writepages\n if (ext4_has_inline_data(inode))\n BUG_ON(ext4_test_inode_state(inode, EXT4_STATE_MAY_INLINE_DATA))\n\nThe root cause of this issue is we destory inline data until call\next4_writepages under delay allocation mode. But there maybe already\nconvert from inline to extent. To solve this issue, we call\nfilemap_flush first..",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ext4: fix bug_on in ext4_writepages",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49347"
},
{
"category": "external",
"summary": "RHBZ#2347821",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347821"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49347",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49347"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49347",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49347"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022642-CVE-2022-49347-6ba6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022642-CVE-2022-49347-6ba6@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ext4: fix bug_on in ext4_writepages"
},
{
"cve": "CVE-2022-49349",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348203"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix use-after-free in ext4_rename_dir_prepare\n\nWe got issue as follows:\nEXT4-fs (loop0): mounted filesystem without journal. Opts: ,errors=continue\next4_get_first_dir_block: bh-\u003eb_data=0xffff88810bee6000 len=34478\next4_get_first_dir_block: *parent_de=0xffff88810beee6ae bh-\u003eb_data=0xffff88810bee6000\next4_rename_dir_prepare: [1] parent_de=0xffff88810beee6ae\n==================================================================\nBUG: KASAN: use-after-free in ext4_rename_dir_prepare+0x152/0x220\nRead of size 4 at addr ffff88810beee6ae by task rep/1895\n\nCPU: 13 PID: 1895 Comm: rep Not tainted 5.10.0+ #241\nCall Trace:\n dump_stack+0xbe/0xf9\n print_address_description.constprop.0+0x1e/0x220\n kasan_report.cold+0x37/0x7f\n ext4_rename_dir_prepare+0x152/0x220\n ext4_rename+0xf44/0x1ad0\n ext4_rename2+0x11c/0x170\n vfs_rename+0xa84/0x1440\n do_renameat2+0x683/0x8f0\n __x64_sys_renameat+0x53/0x60\n do_syscall_64+0x33/0x40\n entry_SYSCALL_64_after_hwframe+0x44/0xa9\nRIP: 0033:0x7f45a6fc41c9\nRSP: 002b:00007ffc5a470218 EFLAGS: 00000246 ORIG_RAX: 0000000000000108\nRAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f45a6fc41c9\nRDX: 0000000000000005 RSI: 0000000020000180 RDI: 0000000000000005\nRBP: 00007ffc5a470240 R08: 00007ffc5a470160 R09: 0000000020000080\nR10: 00000000200001c0 R11: 0000000000000246 R12: 0000000000400bb0\nR13: 00007ffc5a470320 R14: 0000000000000000 R15: 0000000000000000\n\nThe buggy address belongs to the page:\npage:00000000440015ce refcount:0 mapcount:0 mapping:0000000000000000 index:0x1 pfn:0x10beee\nflags: 0x200000000000000()\nraw: 0200000000000000 ffffea00043ff4c8 ffffea0004325608 0000000000000000\nraw: 0000000000000001 0000000000000000 00000000ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\n\nMemory state around the buggy address:\n ffff88810beee580: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ffff88810beee600: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n\u003effff88810beee680: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ^\n ffff88810beee700: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ffff88810beee780: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n==================================================================\nDisabling lock debugging due to kernel taint\next4_rename_dir_prepare: [2] parent_de-\u003einode=3537895424\next4_rename_dir_prepare: [3] dir=0xffff888124170140\next4_rename_dir_prepare: [4] ino=2\next4_rename_dir_prepare: ent-\u003edir-\u003ei_ino=2 parent=-757071872\n\nReason is first directory entry which \u0027rec_len\u0027 is 34478, then will get illegal\nparent entry. Now, we do not check directory entry after read directory block\nin \u0027ext4_get_first_dir_block\u0027.\nTo solve this issue, check directory entry in \u0027ext4_get_first_dir_block\u0027.\n\n[ Trigger an ext4_error() instead of just warning if the directory is\n missing a \u0027.\u0027 or \u0027..\u0027 entry. Also make sure we return an error code\n if the file system is corrupted. -TYT ]",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ext4: fix use-after-free in ext4_rename_dir_prepare",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49349"
},
{
"category": "external",
"summary": "RHBZ#2348203",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348203"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49349"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49349",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49349"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022642-CVE-2022-49349-a7f6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022642-CVE-2022-49349-a7f6@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ext4: fix use-after-free in ext4_rename_dir_prepare"
},
{
"cve": "CVE-2022-49374",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347724"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntipc: check attribute length for bearer name\n\nsyzbot reported uninit-value:\n=====================================================\nBUG: KMSAN: uninit-value in string_nocheck lib/vsprintf.c:644 [inline]\nBUG: KMSAN: uninit-value in string+0x4f9/0x6f0 lib/vsprintf.c:725\n string_nocheck lib/vsprintf.c:644 [inline]\n string+0x4f9/0x6f0 lib/vsprintf.c:725\n vsnprintf+0x2222/0x3650 lib/vsprintf.c:2806\n vprintk_store+0x537/0x2150 kernel/printk/printk.c:2158\n vprintk_emit+0x28b/0xab0 kernel/printk/printk.c:2256\n vprintk_default+0x86/0xa0 kernel/printk/printk.c:2283\n vprintk+0x15f/0x180 kernel/printk/printk_safe.c:50\n _printk+0x18d/0x1cf kernel/printk/printk.c:2293\n tipc_enable_bearer net/tipc/bearer.c:371 [inline]\n __tipc_nl_bearer_enable+0x2022/0x22a0 net/tipc/bearer.c:1033\n tipc_nl_bearer_enable+0x6c/0xb0 net/tipc/bearer.c:1042\n genl_family_rcv_msg_doit net/netlink/genetlink.c:731 [inline]\n\n- Do sanity check the attribute length for TIPC_NLA_BEARER_NAME.\n- Do not use \u0027illegal name\u0027 in printing message.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tipc: check attribute length for bearer name",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49374"
},
{
"category": "external",
"summary": "RHBZ#2347724",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347724"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49374",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49374"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49374",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49374"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022646-CVE-2022-49374-22a3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022646-CVE-2022-49374-22a3@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: tipc: check attribute length for bearer name"
},
{
"cve": "CVE-2022-49378",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347679"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsfc: fix considering that all channels have TX queues\n\nNormally, all channels have RX and TX queues, but this is not true if\nmodparam efx_separate_tx_channels=1 is used. In that cases, some\nchannels only have RX queues and others only TX queues (or more\npreciselly, they have them allocated, but not initialized).\n\nFix efx_channel_has_tx_queues to return the correct value for this case\ntoo.\n\nMessages shown at probe time before the fix:\n sfc 0000:03:00.0 ens6f0np0: MC command 0x82 inlen 544 failed rc=-22 (raw=0) arg=0\n ------------[ cut here ]------------\n netdevice: ens6f0np0: failed to initialise TXQ -1\n WARNING: CPU: 1 PID: 626 at drivers/net/ethernet/sfc/ef10.c:2393 efx_ef10_tx_init+0x201/0x300 [sfc]\n [...] stripped\n RIP: 0010:efx_ef10_tx_init+0x201/0x300 [sfc]\n [...] stripped\n Call Trace:\n efx_init_tx_queue+0xaa/0xf0 [sfc]\n efx_start_channels+0x49/0x120 [sfc]\n efx_start_all+0x1f8/0x430 [sfc]\n efx_net_open+0x5a/0xe0 [sfc]\n __dev_open+0xd0/0x190\n __dev_change_flags+0x1b3/0x220\n dev_change_flags+0x21/0x60\n [...] stripped\n\nMessages shown at remove time before the fix:\n sfc 0000:03:00.0 ens6f0np0: failed to flush 10 queues\n sfc 0000:03:00.0 ens6f0np0: failed to flush queues",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sfc: fix considering that all channels have TX queues",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49378"
},
{
"category": "external",
"summary": "RHBZ#2347679",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347679"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49378"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49378",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49378"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022647-CVE-2022-49378-2598@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022647-CVE-2022-49378-2598@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: sfc: fix considering that all channels have TX queues"
},
{
"cve": "CVE-2022-49398",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348309"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback\n\nThe list_for_each_entry_safe() macro saves the current item (n) and\nthe item after (n+1), so that n can be safely removed without\ncorrupting the list. However, when traversing the list and removing\nitems using gadget giveback, the DWC3 lock is briefly released,\nallowing other routines to execute. There is a situation where, while\nitems are being removed from the cancelled_list using\ndwc3_gadget_ep_cleanup_cancelled_requests(), the pullup disable\nroutine is running in parallel (due to UDC unbind). As the cleanup\nroutine removes n, and the pullup disable removes n+1, once the\ncleanup retakes the DWC3 lock, it references a request who was already\nremoved/handled. With list debug enabled, this leads to a panic.\nEnsure all instances of the macro are replaced where gadget giveback\nis used.\n\nExample call stack:\n\nThread#1:\n__dwc3_gadget_ep_set_halt() - CLEAR HALT\n -\u003e dwc3_gadget_ep_cleanup_cancelled_requests()\n -\u003elist_for_each_entry_safe()\n -\u003edwc3_gadget_giveback(n)\n -\u003edwc3_gadget_del_and_unmap_request()- n deleted[cancelled_list]\n -\u003espin_unlock\n -\u003eThread#2 executes\n ...\n -\u003edwc3_gadget_giveback(n+1)\n -\u003eAlready removed!\n\nThread#2:\ndwc3_gadget_pullup()\n -\u003ewaiting for dwc3 spin_lock\n ...\n -\u003eThread#1 released lock\n -\u003edwc3_stop_active_transfers()\n -\u003edwc3_remove_requests()\n -\u003efetches n+1 item from cancelled_list (n removed by Thread#1)\n -\u003edwc3_gadget_giveback()\n -\u003edwc3_gadget_del_and_unmap_request()- n+1 deleted[cancelled_list]\n -\u003espin_unlock",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49398"
},
{
"category": "external",
"summary": "RHBZ#2348309",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348309"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49398",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49398"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49398",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49398"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022650-CVE-2022-49398-9274@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022650-CVE-2022-49398-9274@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback"
},
{
"cve": "CVE-2022-49404",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348266"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/hfi1: Fix potential integer multiplication overflow errors\n\nWhen multiplying of different types, an overflow is possible even when\nstoring the result in a larger type. This is because the conversion is\ndone after the multiplication. So arithmetic overflow and thus in\nincorrect value is possible.\n\nCorrect an instance of this in the inter packet delay calculation. Fix by\nensuring one of the operands is u64 which will promote the other to u64 as\nwell ensuring no overflow.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/hfi1: Fix potential integer multiplication overflow errors",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49404"
},
{
"category": "external",
"summary": "RHBZ#2348266",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348266"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49404",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49404"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49404",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49404"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022651-CVE-2022-49404-9bb3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022651-CVE-2022-49404-9bb3@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: RDMA/hfi1: Fix potential integer multiplication overflow errors"
},
{
"cve": "CVE-2022-49409",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348330"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix bug_on in __es_tree_search\n\nHulk Robot reported a BUG_ON:\n==================================================================\nkernel BUG at fs/ext4/extents_status.c:199!\n[...]\nRIP: 0010:ext4_es_end fs/ext4/extents_status.c:199 [inline]\nRIP: 0010:__es_tree_search+0x1e0/0x260 fs/ext4/extents_status.c:217\n[...]\nCall Trace:\n ext4_es_cache_extent+0x109/0x340 fs/ext4/extents_status.c:766\n ext4_cache_extents+0x239/0x2e0 fs/ext4/extents.c:561\n ext4_find_extent+0x6b7/0xa20 fs/ext4/extents.c:964\n ext4_ext_map_blocks+0x16b/0x4b70 fs/ext4/extents.c:4384\n ext4_map_blocks+0xe26/0x19f0 fs/ext4/inode.c:567\n ext4_getblk+0x320/0x4c0 fs/ext4/inode.c:980\n ext4_bread+0x2d/0x170 fs/ext4/inode.c:1031\n ext4_quota_read+0x248/0x320 fs/ext4/super.c:6257\n v2_read_header+0x78/0x110 fs/quota/quota_v2.c:63\n v2_check_quota_file+0x76/0x230 fs/quota/quota_v2.c:82\n vfs_load_quota_inode+0x5d1/0x1530 fs/quota/dquot.c:2368\n dquot_enable+0x28a/0x330 fs/quota/dquot.c:2490\n ext4_quota_enable fs/ext4/super.c:6137 [inline]\n ext4_enable_quotas+0x5d7/0x960 fs/ext4/super.c:6163\n ext4_fill_super+0xa7c9/0xdc00 fs/ext4/super.c:4754\n mount_bdev+0x2e9/0x3b0 fs/super.c:1158\n mount_fs+0x4b/0x1e4 fs/super.c:1261\n[...]\n==================================================================\n\nAbove issue may happen as follows:\n-------------------------------------\next4_fill_super\n ext4_enable_quotas\n ext4_quota_enable\n ext4_iget\n __ext4_iget\n ext4_ext_check_inode\n ext4_ext_check\n __ext4_ext_check\n ext4_valid_extent_entries\n Check for overlapping extents does\u0027t take effect\n dquot_enable\n vfs_load_quota_inode\n v2_check_quota_file\n v2_read_header\n ext4_quota_read\n ext4_bread\n ext4_getblk\n ext4_map_blocks\n ext4_ext_map_blocks\n ext4_find_extent\n ext4_cache_extents\n ext4_es_cache_extent\n ext4_es_cache_extent\n __es_tree_search\n ext4_es_end\n BUG_ON(es-\u003ees_lblk + es-\u003ees_len \u003c es-\u003ees_lblk)\n\nThe error ext4 extents is as follows:\n0af3 0300 0400 0000 00000000 extent_header\n00000000 0100 0000 12000000 extent1\n00000000 0100 0000 18000000 extent2\n02000000 0400 0000 14000000 extent3\n\nIn the ext4_valid_extent_entries function,\nif prev is 0, no error is returned even if lblock\u003c=prev.\nThis was intended to skip the check on the first extent, but\nin the error image above, prev=0+1-1=0 when checking the second extent,\nso even though lblock\u003c=prev, the function does not return an error.\nAs a result, bug_ON occurs in __es_tree_search and the system panics.\n\nTo solve this problem, we only need to check that:\n1. The lblock of the first extent is not less than 0.\n2. The lblock of the next extent is not less than\n the next block of the previous extent.\nThe same applies to extent_idx.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ext4: fix bug_on in __es_tree_search",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49409"
},
{
"category": "external",
"summary": "RHBZ#2348330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49409"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49409",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49409"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022652-CVE-2022-49409-b4e3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022652-CVE-2022-49409-b4e3@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ext4: fix bug_on in __es_tree_search"
},
{
"cve": "CVE-2022-49418",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348347"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nNFSv4: Fix free of uninitialized nfs4_label on referral lookup.\n\nSend along the already-allocated fattr along with nfs4_fs_locations, and\ndrop the memcpy of fattr. We end up growing two more allocations, but this\nfixes up a crash as:\n\nPID: 790 TASK: ffff88811b43c000 CPU: 0 COMMAND: \"ls\"\n #0 [ffffc90000857920] panic at ffffffff81b9bfde\n #1 [ffffc900008579c0] do_trap at ffffffff81023a9b\n #2 [ffffc90000857a10] do_error_trap at ffffffff81023b78\n #3 [ffffc90000857a58] exc_stack_segment at ffffffff81be1f45\n #4 [ffffc90000857a80] asm_exc_stack_segment at ffffffff81c009de\n #5 [ffffc90000857b08] nfs_lookup at ffffffffa0302322 [nfs]\n #6 [ffffc90000857b70] __lookup_slow at ffffffff813a4a5f\n #7 [ffffc90000857c60] walk_component at ffffffff813a86c4\n #8 [ffffc90000857cb8] path_lookupat at ffffffff813a9553\n #9 [ffffc90000857cf0] filename_lookup at ffffffff813ab86b",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NFSv4: Fix free of uninitialized nfs4_label on referral lookup.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49418"
},
{
"category": "external",
"summary": "RHBZ#2348347",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348347"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49418"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022653-CVE-2022-49418-ff01@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022653-CVE-2022-49418-ff01@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: NFSv4: Fix free of uninitialized nfs4_label on referral lookup."
},
{
"cve": "CVE-2022-49426",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347804"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niommu/arm-smmu-v3-sva: Fix mm use-after-free\n\nWe currently call arm64_mm_context_put() without holding a reference to\nthe mm, which can result in use-after-free. Call mmgrab()/mmdrop() to\nensure the mm only gets freed after we unpinned the ASID.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iommu/arm-smmu-v3-sva: Fix mm use-after-free",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49426"
},
{
"category": "external",
"summary": "RHBZ#2347804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347804"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49426"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022655-CVE-2022-49426-313d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022655-CVE-2022-49426-313d@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iommu/arm-smmu-v3-sva: Fix mm use-after-free"
},
{
"cve": "CVE-2022-49433",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348214"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/hfi1: Prevent use of lock before it is initialized\n\nIf there is a failure during probe of hfi1 before the sdma_map_lock is\ninitialized, the call to hfi1_free_devdata() will attempt to use a lock\nthat has not been initialized. If the locking correctness validator is on\nthen an INFO message and stack trace resembling the following may be seen:\n\n INFO: trying to register non-static key.\n The code is fine but needs lockdep annotation, or maybe\n you didn\u0027t initialize this object before use?\n turning off the locking correctness validator.\n Call Trace:\n register_lock_class+0x11b/0x880\n __lock_acquire+0xf3/0x7930\n lock_acquire+0xff/0x2d0\n _raw_spin_lock_irq+0x46/0x60\n sdma_clean+0x42a/0x660 [hfi1]\n hfi1_free_devdata+0x3a7/0x420 [hfi1]\n init_one+0x867/0x11a0 [hfi1]\n pci_device_probe+0x40e/0x8d0\n\nThe use of sdma_map_lock in sdma_clean() is for freeing the sdma_map\nmemory, and sdma_map is not allocated/initialized until after\nsdma_map_lock has been initialized. This code only needs to be run if\nsdma_map is not NULL, and so checking for that condition will avoid trying\nto use the lock before it is initialized.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/hfi1: Prevent use of lock before it is initialized",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49433"
},
{
"category": "external",
"summary": "RHBZ#2348214",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348214"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49433",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49433"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49433",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49433"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022656-CVE-2022-49433-5ef1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022656-CVE-2022-49433-5ef1@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: RDMA/hfi1: Prevent use of lock before it is initialized"
},
{
"cve": "CVE-2022-49515",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347879"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s CS35L41 driver. The constant `CS35L41_NUM_OTP_ELEM` is defined as 100 but is used by the arrays `otp_map_1` and `otp_map_2`, which are both expected to contain only 99 elements. This mismatch causes the code to access memory past the array boundaries when accessing an element at the 99th index, resulting in out-of-bounds access, which can lead to system instability, memory corruption, or potential code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ASoC: cs35l41: Fix an out-of-bounds access in otp_packed_element_t",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49515"
},
{
"category": "external",
"summary": "RHBZ#2347879",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347879"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49515"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49515",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49515"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2022-49515-61ba@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2022-49515-61ba@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ASoC: cs35l41: Fix an out-of-bounds access in otp_packed_element_t"
},
{
"cve": "CVE-2022-49534",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347930"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT\n\nThere is a potential memory leak in lpfc_ignore_els_cmpl() and\nlpfc_els_rsp_reject() that was allocated from NPIV PLOGI_RJT\n(lpfc_rcv_plogi()\u0027s login_mbox).\n\nCheck if cmdiocb-\u003econtext_un.mbox was allocated in lpfc_ignore_els_cmpl(),\nand then free it back to phba-\u003embox_mem_pool along with mbox-\u003ectx_buf for\nservice parameters.\n\nFor lpfc_els_rsp_reject() failure, free both the ctx_buf for service\nparameters and the login_mbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49534"
},
{
"category": "external",
"summary": "RHBZ#2347930",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347930"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49534",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49534"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022613-CVE-2022-49534-ad11@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022613-CVE-2022-49534-ad11@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT"
},
{
"cve": "CVE-2022-49536",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347847"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Fix SCSI I/O completion and abort handler deadlock\n\nDuring stress I/O tests with 500+ vports, hard LOCKUP call traces are\nobserved.\n\nCPU A:\n native_queued_spin_lock_slowpath+0x192\n _raw_spin_lock_irqsave+0x32\n lpfc_handle_fcp_err+0x4c6\n lpfc_fcp_io_cmd_wqe_cmpl+0x964\n lpfc_sli4_fp_handle_cqe+0x266\n __lpfc_sli4_process_cq+0x105\n __lpfc_sli4_hba_process_cq+0x3c\n lpfc_cq_poll_hdler+0x16\n irq_poll_softirq+0x76\n __softirqentry_text_start+0xe4\n irq_exit+0xf7\n do_IRQ+0x7f\n\nCPU B:\n native_queued_spin_lock_slowpath+0x5b\n _raw_spin_lock+0x1c\n lpfc_abort_handler+0x13e\n scmd_eh_abort_handler+0x85\n process_one_work+0x1a7\n worker_thread+0x30\n kthread+0x112\n ret_from_fork+0x1f\n\nDiagram of lockup:\n\nCPUA CPUB\n---- ----\nlpfc_cmd-\u003ebuf_lock\n phba-\u003ehbalock\n lpfc_cmd-\u003ebuf_lock\nphba-\u003ehbalock\n\nFix by reordering the taking of the lpfc_cmd-\u003ebuf_lock and phba-\u003ehbalock in\nlpfc_abort_handler routine so that it tries to take the lpfc_cmd-\u003ebuf_lock\nfirst before phba-\u003ehbalock.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: lpfc: Fix SCSI I/O completion and abort handler deadlock",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49536"
},
{
"category": "external",
"summary": "RHBZ#2347847",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347847"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49536",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49536"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49536",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49536"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022613-CVE-2022-49536-db89@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022613-CVE-2022-49536-db89@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: lpfc: Fix SCSI I/O completion and abort handler deadlock"
},
{
"cve": "CVE-2022-49537",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348079"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability has been identified in the lpfc module within the Linux kernel. This flaw occurs because the driver attempts to access per-CPU data from a preemptible context using an incorrect function. This improper handling of critical data can lead to system instability and result in a denial-of-service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: lpfc: Fix call trace observed during I/O with CMF enabled",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.7 and 9.1 via RHSA-2022:7683 [1] and RHSA-2022:8267 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2022:7683\n\n[2]. https://access.redhat.com/errata/RHSA-2022:8267",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49537"
},
{
"category": "external",
"summary": "RHBZ#2348079",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348079"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49537",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49537"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49537",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49537"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022613-CVE-2022-49537-abf2@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022613-CVE-2022-49537-abf2@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: lpfc: Fix call trace observed during I/O with CMF enabled"
},
{
"cve": "CVE-2022-49538",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347946"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: jack: Access input_dev under mutex\n\nIt is possible when using ASoC that input_dev is unregistered while\ncalling snd_jack_report, which causes NULL pointer dereference.\nIn order to prevent this serialize access to input_dev using mutex lock.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: jack: Access input_dev under mutex",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49538"
},
{
"category": "external",
"summary": "RHBZ#2347946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49538",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49538"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49538-c7b9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49538-c7b9@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: ALSA: jack: Access input_dev under mutex"
},
{
"cve": "CVE-2022-49541",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348119"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s CIFS code in which a failed mount might lead to a double-free. An attacker with permissions to attempt to mount CIFS volumes could exploit this vulnerability to alter kernel memory, leading to a denial of service, altered system memory, or an escalation of privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: cifs: fix potential double free during failed mount",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw results from a missing check in the kernel\u0027s CIFS mounting code which can lead to the same pointer being freed twice when there is an error mounting the volume. An attacker could exploit this vulnerability to corrupt or alter system memory or execute arbitrary code with elevated privileges.\nNote that this vulnerability was fixed in previous errata:\nRHSA-2022:5819 for Red Hat Enterprise Linux 8.6 EUS\nRHSA-2022:7683 for Red Hat Enterprise Linux 8.7-8.10\nRHSA-2023:2458 for Red Hat Enterprise Linux 9.2 and later.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49541"
},
{
"category": "external",
"summary": "RHBZ#2348119",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348119"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49541"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49541",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49541"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49541-7460@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49541-7460@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: cifs: fix potential double free during failed mount"
},
{
"cve": "CVE-2022-49543",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348015"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nath11k: fix the warning of dev_wake in mhi_pm_disable_transition()\n\nWhen test device recovery with below command, it has warning in message\nas below.\necho assert \u003e /sys/kernel/debug/ath11k/wcn6855\\ hw2.0/simulate_fw_crash\necho assert \u003e /sys/kernel/debug/ath11k/qca6390\\ hw2.0/simulate_fw_crash\n\nwarning message:\n[ 1965.642121] ath11k_pci 0000:06:00.0: simulating firmware assert crash\n[ 1968.471364] ieee80211 phy0: Hardware restart was requested\n[ 1968.511305] ------------[ cut here ]------------\n[ 1968.511368] WARNING: CPU: 3 PID: 1546 at drivers/bus/mhi/core/pm.c:505 mhi_pm_disable_transition+0xb37/0xda0 [mhi]\n[ 1968.511443] Modules linked in: ath11k_pci ath11k mac80211 libarc4 cfg80211 qmi_helpers qrtr_mhi mhi qrtr nvme nvme_core\n[ 1968.511563] CPU: 3 PID: 1546 Comm: kworker/u17:0 Kdump: loaded Tainted: G W 5.17.0-rc3-wt-ath+ #579\n[ 1968.511629] Hardware name: Intel(R) Client Systems NUC8i7HVK/NUC8i7HVB, BIOS HNKBLi70.86A.0067.2021.0528.1339 05/28/2021\n[ 1968.511704] Workqueue: mhi_hiprio_wq mhi_pm_st_worker [mhi]\n[ 1968.511787] RIP: 0010:mhi_pm_disable_transition+0xb37/0xda0 [mhi]\n[ 1968.511870] Code: a9 fe ff ff 4c 89 ff 44 89 04 24 e8 03 46 f6 e5 44 8b 04 24 41 83 f8 01 0f 84 21 fe ff ff e9 4c fd ff ff 0f 0b e9 af f8 ff ff \u003c0f\u003e 0b e9 5c f8 ff ff 48 89 df e8 da 9e ee e3 e9 12 fd ff ff 4c 89\n[ 1968.511923] RSP: 0018:ffffc900024efbf0 EFLAGS: 00010286\n[ 1968.511969] RAX: 00000000ffffffff RBX: ffff88811d241250 RCX: ffffffffc0176922\n[ 1968.512014] RDX: 0000000000000000 RSI: 0000000000000004 RDI: ffff888118a90a24\n[ 1968.512059] RBP: ffff888118a90800 R08: 0000000000000000 R09: ffff888118a90a27\n[ 1968.512102] R10: ffffed1023152144 R11: 0000000000000001 R12: ffff888118a908ac\n[ 1968.512229] R13: ffff888118a90928 R14: dffffc0000000000 R15: ffff888118a90a24\n[ 1968.512310] FS: 0000000000000000(0000) GS:ffff888234200000(0000) knlGS:0000000000000000\n[ 1968.512405] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 1968.512493] CR2: 00007f5538f443a8 CR3: 000000016dc28001 CR4: 00000000003706e0\n[ 1968.512587] Call Trace:\n[ 1968.512672] \u003cTASK\u003e\n[ 1968.512751] ? _raw_spin_unlock_irq+0x1f/0x40\n[ 1968.512859] mhi_pm_st_worker+0x3ac/0x790 [mhi]\n[ 1968.512959] ? mhi_pm_mission_mode_transition.isra.0+0x7d0/0x7d0 [mhi]\n[ 1968.513063] process_one_work+0x86a/0x1400\n[ 1968.513184] ? pwq_dec_nr_in_flight+0x230/0x230\n[ 1968.513312] ? move_linked_works+0x125/0x290\n[ 1968.513416] worker_thread+0x6db/0xf60\n[ 1968.513536] ? process_one_work+0x1400/0x1400\n[ 1968.513627] kthread+0x241/0x2d0\n[ 1968.513733] ? kthread_complete_and_exit+0x20/0x20\n[ 1968.513821] ret_from_fork+0x22/0x30\n[ 1968.513924] \u003c/TASK\u003e\n\nReason is mhi_deassert_dev_wake() from mhi_device_put() is called\nbut mhi_assert_dev_wake() from __mhi_device_get_sync() is not called\nin progress of recovery. Commit 8e0559921f9a (\"bus: mhi: core:\nSkip device wake in error or shutdown state\") add check for the\npm_state of mhi in __mhi_device_get_sync(), and the pm_state is not\nthe normal state untill recovery is completed, so it leads the\ndev_wake is not 0 and above warning print in mhi_pm_disable_transition()\nwhile checking mhi_cntrl-\u003edev_wake.\n\nAdd check in ath11k_pci_write32()/ath11k_pci_read32() to skip call\nmhi_device_put() if mhi_device_get_sync() does not really do wake,\nthen the warning gone.\n\nTested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03003-QCAHSPSWPL_V1_V2_SILICONZ_LITE-2",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ath11k: fix the warning of dev_wake in mhi_pm_disable_transition()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49543"
},
{
"category": "external",
"summary": "RHBZ#2348015",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348015"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49543"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49543",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49543"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49543-09f7@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49543-09f7@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: ath11k: fix the warning of dev_wake in mhi_pm_disable_transition()"
},
{
"cve": "CVE-2022-49559",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348281"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: x86: Drop WARNs that assert a triple fault never \"escapes\" from L2\n\nRemove WARNs that sanity check that KVM never lets a triple fault for L2\nescape and incorrectly end up in L1. In normal operation, the sanity\ncheck is perfectly valid, but it incorrectly assumes that it\u0027s impossible\nfor userspace to induce KVM_REQ_TRIPLE_FAULT without bouncing through\nKVM_RUN (which guarantees kvm_check_nested_state() will see and handle\nthe triple fault).\n\nThe WARN can currently be triggered if userspace injects a machine check\nwhile L2 is active and CR4.MCE=0. And a future fix to allow save/restore\nof KVM_REQ_TRIPLE_FAULT, e.g. so that a synthesized triple fault isn\u0027t\nlost on migration, will make it trivially easy for userspace to trigger\nthe WARN.\n\nClearing KVM_REQ_TRIPLE_FAULT when forcibly leaving guest mode is\ntempting, but wrong, especially if/when the request is saved/restored,\ne.g. if userspace restores events (including a triple fault) and then\nrestores nested state (which may forcibly leave guest mode). Ignoring\nthe fact that KVM doesn\u0027t currently provide the necessary APIs, it\u0027s\nuserspace\u0027s responsibility to manage pending events during save/restore.\n\n ------------[ cut here ]------------\n WARNING: CPU: 7 PID: 1399 at arch/x86/kvm/vmx/nested.c:4522 nested_vmx_vmexit+0x7fe/0xd90 [kvm_intel]\n Modules linked in: kvm_intel kvm irqbypass\n CPU: 7 PID: 1399 Comm: state_test Not tainted 5.17.0-rc3+ #808\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015\n RIP: 0010:nested_vmx_vmexit+0x7fe/0xd90 [kvm_intel]\n Call Trace:\n \u003cTASK\u003e\n vmx_leave_nested+0x30/0x40 [kvm_intel]\n vmx_set_nested_state+0xca/0x3e0 [kvm_intel]\n kvm_arch_vcpu_ioctl+0xf49/0x13e0 [kvm]\n kvm_vcpu_ioctl+0x4b9/0x660 [kvm]\n __x64_sys_ioctl+0x83/0xb0\n do_syscall_64+0x3b/0xc0\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n \u003c/TASK\u003e\n ---[ end trace 0000000000000000 ]---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: x86: Drop WARNs that assert a triple fault never \"escapes\" from L2",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49559"
},
{
"category": "external",
"summary": "RHBZ#2348281",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348281"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49559",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49559"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49559",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49559"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022617-CVE-2022-49559-7711@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022617-CVE-2022-49559-7711@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: x86: Drop WARNs that assert a triple fault never \"escapes\" from L2"
},
{
"cve": "CVE-2022-49561",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348159"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: conntrack: re-fetch conntrack after insertion\n\nIn case the conntrack is clashing, insertion can free skb-\u003e_nfct and\nset skb-\u003e_nfct to the already-confirmed entry.\n\nThis wasn\u0027t found before because the conntrack entry and the extension\nspace used to free\u0027d after an rcu grace period, plus the race needs\nevents enabled to trigger.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: netfilter: conntrack: re-fetch conntrack after insertion",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49561"
},
{
"category": "external",
"summary": "RHBZ#2348159",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348159"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49561"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49561",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49561"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022617-CVE-2022-49561-3e6a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022617-CVE-2022-49561-3e6a@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: netfilter: conntrack: re-fetch conntrack after insertion"
},
{
"cve": "CVE-2022-49584",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347764"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nixgbe: Add locking to prevent panic when setting sriov_numvfs to zero\n\nIt is possible to disable VFs while the PF driver is processing requests\nfrom the VF driver. This can result in a panic.\n\nBUG: unable to handle kernel paging request at 000000000000106c\nPGD 0 P4D 0\nOops: 0000 [#1] SMP NOPTI\nCPU: 8 PID: 0 Comm: swapper/8 Kdump: loaded Tainted: G I --------- -\nHardware name: Dell Inc. PowerEdge R740/06WXJT, BIOS 2.8.2 08/27/2020\nRIP: 0010:ixgbe_msg_task+0x4c8/0x1690 [ixgbe]\nCode: 00 00 48 8d 04 40 48 c1 e0 05 89 7c 24 24 89 fd 48 89 44 24 10 83 ff\n01 0f 84 b8 04 00 00 4c 8b 64 24 10 4d 03 a5 48 22 00 00 \u003c41\u003e 80 7c 24 4c\n00 0f 84 8a 03 00 00 0f b7 c7 83 f8 08 0f 84 8f 0a\nRSP: 0018:ffffb337869f8df8 EFLAGS: 00010002\nRAX: 0000000000001020 RBX: 0000000000000000 RCX: 000000000000002b\nRDX: 0000000000000002 RSI: 0000000000000008 RDI: 0000000000000006\nRBP: 0000000000000006 R08: 0000000000000002 R09: 0000000000029780\nR10: 00006957d8f42832 R11: 0000000000000000 R12: 0000000000001020\nR13: ffff8a00e8978ac0 R14: 000000000000002b R15: ffff8a00e8979c80\nFS: 0000000000000000(0000) GS:ffff8a07dfd00000(0000) knlGS:00000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 000000000000106c CR3: 0000000063e10004 CR4: 00000000007726e0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nPKRU: 55555554\nCall Trace:\n \u003cIRQ\u003e\n ? ttwu_do_wakeup+0x19/0x140\n ? try_to_wake_up+0x1cd/0x550\n ? ixgbevf_update_xcast_mode+0x71/0xc0 [ixgbevf]\n ixgbe_msix_other+0x17e/0x310 [ixgbe]\n __handle_irq_event_percpu+0x40/0x180\n handle_irq_event_percpu+0x30/0x80\n handle_irq_event+0x36/0x53\n handle_edge_irq+0x82/0x190\n handle_irq+0x1c/0x30\n do_IRQ+0x49/0xd0\n common_interrupt+0xf/0xf\n\nThis can be eventually be reproduced with the following script:\n\nwhile :\ndo\n echo 63 \u003e /sys/class/net/\u003cdevname\u003e/device/sriov_numvfs\n sleep 1\n echo 0 \u003e /sys/class/net/\u003cdevname\u003e/device/sriov_numvfs\n sleep 1\ndone\n\nAdd lock when disabling SR-IOV to prevent process VF mailbox communication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49584"
},
{
"category": "external",
"summary": "RHBZ#2347764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347764"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49584",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49584"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49584",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49584"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2022-49584-ceae@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2022-49584-ceae@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero"
},
{
"cve": "CVE-2022-49605",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348215"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nigc: Reinstate IGC_REMOVED logic and implement it properly\n\nThe initially merged version of the igc driver code (via commit\n146740f9abc4, \"igc: Add support for PF\") contained the following\nIGC_REMOVED checks in the igc_rd32/wr32() MMIO accessors:\n\n\tu32 igc_rd32(struct igc_hw *hw, u32 reg)\n\t{\n\t\tu8 __iomem *hw_addr = READ_ONCE(hw-\u003ehw_addr);\n\t\tu32 value = 0;\n\n\t\tif (IGC_REMOVED(hw_addr))\n\t\t\treturn ~value;\n\n\t\tvalue = readl(\u0026hw_addr[reg]);\n\n\t\t/* reads should not return all F\u0027s */\n\t\tif (!(~value) \u0026\u0026 (!reg || !(~readl(hw_addr))))\n\t\t\thw-\u003ehw_addr = NULL;\n\n\t\treturn value;\n\t}\n\nAnd:\n\n\t#define wr32(reg, val) \\\n\tdo { \\\n\t\tu8 __iomem *hw_addr = READ_ONCE((hw)-\u003ehw_addr); \\\n\t\tif (!IGC_REMOVED(hw_addr)) \\\n\t\t\twritel((val), \u0026hw_addr[(reg)]); \\\n\t} while (0)\n\nE.g. igb has similar checks in its MMIO accessors, and has a similar\nmacro E1000_REMOVED, which is implemented as follows:\n\n\t#define E1000_REMOVED(h) unlikely(!(h))\n\nThese checks serve to detect and take note of an 0xffffffff MMIO read\nreturn from the device, which can be caused by a PCIe link flap or some\nother kind of PCI bus error, and to avoid performing MMIO reads and\nwrites from that point onwards.\n\nHowever, the IGC_REMOVED macro was not originally implemented:\n\n\t#ifndef IGC_REMOVED\n\t#define IGC_REMOVED(a) (0)\n\t#endif /* IGC_REMOVED */\n\nThis led to the IGC_REMOVED logic to be removed entirely in a\nsubsequent commit (commit 3c215fb18e70, \"igc: remove IGC_REMOVED\nfunction\"), with the rationale that such checks matter only for\nvirtualization and that igc does not support virtualization -- but a\nPCIe device can become detached even without virtualization being in\nuse, and without proper checks, a PCIe bus error affecting an igc\nadapter will lead to various NULL pointer dereferences, as the first\naccess after the error will set hw-\u003ehw_addr to NULL, and subsequent\naccesses will blindly dereference this now-NULL pointer.\n\nThis patch reinstates the IGC_REMOVED checks in igc_rd32/wr32(), and\nimplements IGC_REMOVED the way it is done for igb, by checking for the\nunlikely() case of hw_addr being NULL. This change prevents the oopses\nseen when a PCIe link flap occurs on an igc adapter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: igc: Reinstate IGC_REMOVED logic and implement it properly",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49605"
},
{
"category": "external",
"summary": "RHBZ#2348215",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348215"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49605",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49605"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022612-CVE-2022-49605-fef2@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022612-CVE-2022-49605-fef2@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: igc: Reinstate IGC_REMOVED logic and implement it properly"
},
{
"cve": "CVE-2022-49606",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348277"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/irdma: Fix sleep from invalid context BUG\n\nTaking the qos_mutex to process RoCEv2 QP\u0027s on netdev events causes a\nkernel splat.\n\nFix this by removing the handling for RoCEv2 in\nirdma_cm_teardown_connections that uses the mutex. This handling is only\nneeded for iWARP to avoid having connections established while the link is\ndown or having connections remain functional after the IP address is\nremoved.\n\n BUG: sleeping function called from invalid context at kernel/locking/mutex.\n Call Trace:\n kernel: dump_stack+0x66/0x90\n kernel: ___might_sleep.cold.92+0x8d/0x9a\n kernel: mutex_lock+0x1c/0x40\n kernel: irdma_cm_teardown_connections+0x28e/0x4d0 [irdma]\n kernel: ? check_preempt_curr+0x7a/0x90\n kernel: ? select_idle_sibling+0x22/0x3c0\n kernel: ? select_task_rq_fair+0x94c/0xc90\n kernel: ? irdma_exec_cqp_cmd+0xc27/0x17c0 [irdma]\n kernel: ? __wake_up_common+0x7a/0x190\n kernel: irdma_if_notify+0x3cc/0x450 [irdma]\n kernel: ? sched_clock_cpu+0xc/0xb0\n kernel: irdma_inet6addr_event+0xc6/0x150 [irdma]",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/irdma: Fix sleep from invalid context BUG",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49606"
},
{
"category": "external",
"summary": "RHBZ#2348277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348277"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49606",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49606"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022612-CVE-2022-49606-3753@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022612-CVE-2022-49606-3753@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: RDMA/irdma: Fix sleep from invalid context BUG"
},
{
"cve": "CVE-2022-49610",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347926"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nKVM: VMX: Prevent RSB underflow before vmenter\n\nOn VMX, there are some balanced returns between the time the guest\u0027s\nSPEC_CTRL value is written, and the vmenter.\n\nBalanced returns (matched by a preceding call) are usually ok, but it\u0027s\nat least theoretically possible an NMI with a deep call stack could\nempty the RSB before one of the returns.\n\nFor maximum paranoia, don\u0027t allow *any* returns (balanced or otherwise)\nbetween the SPEC_CTRL write and the vmenter.\n\n [ bp: Fix 32-bit build. ]",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: VMX: Prevent RSB underflow before vmenter",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49610"
},
{
"category": "external",
"summary": "RHBZ#2347926",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347926"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49610",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49610"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49610",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49610"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022613-CVE-2022-49610-5628@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022613-CVE-2022-49610-5628@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: VMX: Prevent RSB underflow before vmenter"
},
{
"cve": "CVE-2022-49611",
"cwe": {
"id": "CWE-1037",
"name": "Processor Optimization Removal or Modification of Security-critical Code"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348077"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/speculation: Fill RSB on vmexit for IBRS\n\nPrevent RSB underflow/poisoning attacks with RSB. While at it, add a\nbunch of comments to attempt to document the current state of tribal\nknowledge about RSB attacks and what exactly is being mitigated.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: x86/speculation: Fill RSB on vmexit for IBRS",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49611"
},
{
"category": "external",
"summary": "RHBZ#2348077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49611",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49611"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49611",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49611"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: x86/speculation: Fill RSB on vmexit for IBRS"
},
{
"cve": "CVE-2022-49615",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347956"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error\n\nThe initial settings will be written before the codec probe function.\nBut, the rt711-\u003ecomponent doesn\u0027t be assigned yet.\nIf IO error happened during initial settings operations, it will cause the kernel panic.\nThis patch changed component-\u003edev to slave-\u003edev to fix this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO 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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49615"
},
{
"category": "external",
"summary": "RHBZ#2347956",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347956"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49615"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49615-e815@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49615-e815@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error"
},
{
"cve": "CVE-2022-49616",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347865"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: rt7*-sdw: harden jack_detect_handler\n\nRealtek headset codec drivers typically check if the card is\ninstantiated before proceeding with the jack detection.\n\nThe rt700, rt711 and rt711-sdca are however missing a check on the\ncard pointer, which can lead to NULL dereferences encountered in\ndriver bind/unbind tests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ASoC: rt7*-sdw: harden jack_detect_handler",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49616"
},
{
"category": "external",
"summary": "RHBZ#2347865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49616"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49616",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49616"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49616-5eb4@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49616-5eb4@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ASoC: rt7*-sdw: harden jack_detect_handler"
},
{
"cve": "CVE-2022-49625",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348265"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsfc: fix kernel panic when creating VF\n\nWhen creating VFs a kernel panic can happen when calling to\nefx_ef10_try_update_nic_stats_vf.\n\nWhen releasing a DMA coherent buffer, sometimes, I don\u0027t know in what\nspecific circumstances, it has to unmap memory with vunmap. It is\ndisallowed to do that in IRQ context or with BH disabled. Otherwise, we\nhit this line in vunmap, causing the crash:\n BUG_ON(in_interrupt());\n\nThis patch reenables BH to release the buffer.\n\nLog messages when the bug is hit:\n kernel BUG at mm/vmalloc.c:2727!\n invalid opcode: 0000 [#1] PREEMPT SMP NOPTI\n CPU: 6 PID: 1462 Comm: NetworkManager Kdump: loaded Tainted: G I --------- --- 5.14.0-119.el9.x86_64 #1\n Hardware name: Dell Inc. PowerEdge R740/06WXJT, BIOS 2.8.2 08/27/2020\n RIP: 0010:vunmap+0x2e/0x30\n ...skip...\n Call Trace:\n __iommu_dma_free+0x96/0x100\n efx_nic_free_buffer+0x2b/0x40 [sfc]\n efx_ef10_try_update_nic_stats_vf+0x14a/0x1c0 [sfc]\n efx_ef10_update_stats_vf+0x18/0x40 [sfc]\n efx_start_all+0x15e/0x1d0 [sfc]\n efx_net_open+0x5a/0xe0 [sfc]\n __dev_open+0xe7/0x1a0\n __dev_change_flags+0x1d7/0x240\n dev_change_flags+0x21/0x60\n ...skip...",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sfc: fix kernel panic when creating VF",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49625"
},
{
"category": "external",
"summary": "RHBZ#2348265",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348265"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49625"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49625",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49625"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022616-CVE-2022-49625-2fa2@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022616-CVE-2022-49625-2fa2@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: sfc: fix kernel panic when creating VF"
},
{
"cve": "CVE-2022-49626",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348032"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsfc: fix use after free when disabling sriov\n\nUse after free is detected by kfence when disabling sriov. What was read\nafter being freed was vf-\u003epci_dev: it was freed from pci_disable_sriov\nand later read in efx_ef10_sriov_free_vf_vports, called from\nefx_ef10_sriov_free_vf_vswitching.\n\nSet the pointer to NULL at release time to not trying to read it later.\n\nReproducer and dmesg log (note that kfence doesn\u0027t detect it every time):\n$ echo 1 \u003e /sys/class/net/enp65s0f0np0/device/sriov_numvfs\n$ echo 0 \u003e /sys/class/net/enp65s0f0np0/device/sriov_numvfs\n\n BUG: KFENCE: use-after-free read in efx_ef10_sriov_free_vf_vswitching+0x82/0x170 [sfc]\n\n Use-after-free read at 0x00000000ff3c1ba5 (in kfence-#224):\n efx_ef10_sriov_free_vf_vswitching+0x82/0x170 [sfc]\n efx_ef10_pci_sriov_disable+0x38/0x70 [sfc]\n efx_pci_sriov_configure+0x24/0x40 [sfc]\n sriov_numvfs_store+0xfe/0x140\n kernfs_fop_write_iter+0x11c/0x1b0\n new_sync_write+0x11f/0x1b0\n vfs_write+0x1eb/0x280\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x80\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\n kfence-#224: 0x00000000edb8ef95-0x00000000671f5ce1, size=2792, cache=kmalloc-4k\n\n allocated by task 6771 on cpu 10 at 3137.860196s:\n pci_alloc_dev+0x21/0x60\n pci_iov_add_virtfn+0x2a2/0x320\n sriov_enable+0x212/0x3e0\n efx_ef10_sriov_configure+0x67/0x80 [sfc]\n efx_pci_sriov_configure+0x24/0x40 [sfc]\n sriov_numvfs_store+0xba/0x140\n kernfs_fop_write_iter+0x11c/0x1b0\n new_sync_write+0x11f/0x1b0\n vfs_write+0x1eb/0x280\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x80\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\n freed by task 6771 on cpu 12 at 3170.991309s:\n device_release+0x34/0x90\n kobject_cleanup+0x3a/0x130\n pci_iov_remove_virtfn+0xd9/0x120\n sriov_disable+0x30/0xe0\n efx_ef10_pci_sriov_disable+0x57/0x70 [sfc]\n efx_pci_sriov_configure+0x24/0x40 [sfc]\n sriov_numvfs_store+0xfe/0x140\n kernfs_fop_write_iter+0x11c/0x1b0\n new_sync_write+0x11f/0x1b0\n vfs_write+0x1eb/0x280\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x80\n entry_SYSCALL_64_after_hwframe+0x44/0xae",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sfc: fix use after free when disabling sriov",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49626"
},
{
"category": "external",
"summary": "RHBZ#2348032",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348032"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49626"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022616-CVE-2022-49626-e785@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022616-CVE-2022-49626-e785@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: sfc: fix use after free when disabling sriov"
},
{
"cve": "CVE-2022-49664",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348070"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntipc: move bc link creation back to tipc_node_create\n\nShuang Li reported a NULL pointer dereference crash:\n\n [] BUG: kernel NULL pointer dereference, address: 0000000000000068\n [] RIP: 0010:tipc_link_is_up+0x5/0x10 [tipc]\n [] Call Trace:\n [] \u003cIRQ\u003e\n [] tipc_bcast_rcv+0xa2/0x190 [tipc]\n [] tipc_node_bc_rcv+0x8b/0x200 [tipc]\n [] tipc_rcv+0x3af/0x5b0 [tipc]\n [] tipc_udp_recv+0xc7/0x1e0 [tipc]\n\nIt was caused by the \u0027l\u0027 passed into tipc_bcast_rcv() is NULL. When it\ncreates a node in tipc_node_check_dest(), after inserting the new node\ninto hashtable in tipc_node_create(), it creates the bc link. However,\nthere is a gap between this insert and bc link creation, a bc packet\nmay come in and get the node from the hashtable then try to dereference\nits bc link, which is NULL.\n\nThis patch is to fix it by moving the bc link creation before inserting\ninto the hashtable.\n\nNote that for a preliminary node becoming \"real\", the bc link creation\nshould also be called before it\u0027s rehashed, as we don\u0027t create it for\npreliminary nodes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tipc: move bc link creation back to tipc_node_create",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49664"
},
{
"category": "external",
"summary": "RHBZ#2348070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49664"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49664",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49664"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022622-CVE-2022-49664-d3af@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022622-CVE-2022-49664-d3af@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tipc: move bc link creation back to tipc_node_create"
},
{
"cve": "CVE-2022-49669",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348086"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmptcp: fix race on unaccepted mptcp sockets\n\nWhen the listener socket owning the relevant request is closed,\nit frees the unaccepted subflows and that causes later deletion\nof the paired MPTCP sockets.\n\nThe mptcp socket\u0027s worker can run in the time interval between such delete\noperations. When that happens, any access to msk-\u003efirst will cause an UaF\naccess, as the subflow cleanup did not cleared such field in the mptcp\nsocket.\n\nAddress the issue explicitly traversing the listener socket accept\nqueue at close time and performing the needed cleanup on the pending\nmsk.\n\nNote that the locking is a bit tricky, as we need to acquire the msk\nsocket lock, while still owning the subflow socket one.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mptcp: fix race on unaccepted mptcp sockets",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No Red Hat products contain the affected code.",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49669"
},
{
"category": "external",
"summary": "RHBZ#2348086",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348086"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49669",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49669"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49669",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49669"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022623-CVE-2022-49669-44d5@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022623-CVE-2022-49669-44d5@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: mptcp: fix race on unaccepted mptcp sockets"
},
{
"cve": "CVE-2022-49671",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348040"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/cm: Fix memory leak in ib_cm_insert_listen\n\ncm_alloc_id_priv() allocates resource for the cm_id_priv. When\ncm_init_listen() fails it doesn\u0027t free it, leading to memory leak.\n\nAdd the missing error unwind.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/cm: Fix memory leak in ib_cm_insert_listen",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49671"
},
{
"category": "external",
"summary": "RHBZ#2348040",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348040"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49671",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49671"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49671",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49671"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49671-62fb@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49671-62fb@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: RDMA/cm: Fix memory leak in ib_cm_insert_listen"
},
{
"cve": "CVE-2022-49673",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347792"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm raid: fix KASAN warning in raid5_add_disks\n\nThere\u0027s a KASAN warning in raid5_add_disk when running the LVM testsuite.\nThe warning happens in the test\nlvconvert-raid-reshape-linear_to_raid6-single-type.sh. We fix the warning\nby verifying that rdev-\u003esaved_raid_disk is within limits.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm raid: fix KASAN warning in raid5_add_disks",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49673"
},
{
"category": "external",
"summary": "RHBZ#2347792",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347792"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49673"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49673",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49673"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49673-0197@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49673-0197@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: dm raid: fix KASAN warning in raid5_add_disks"
},
{
"cve": "CVE-2022-49674",
"cwe": {
"id": "CWE-805",
"name": "Buffer Access with Incorrect Length Value"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347967"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s device mapper (dm) RAID component. This vulnerability allows an attacker to cause an out-of-bounds memory access via loading a crafted dm-raid table. This may lead to a crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Device Mapper RAID out-of-bounds access",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The highest threat of this flaw is to system availability. A local attacker could trigger an out-of-bounds access in the dm-raid module by loading a specially crafted dm-raid table, leading to a system 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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49674"
},
{
"category": "external",
"summary": "RHBZ#2347967",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347967"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49674"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49674",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49674"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49674-90d4@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49674-90d4@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"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:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Device Mapper RAID out-of-bounds access"
},
{
"cve": "CVE-2022-49695",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347672"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel in the Intel igb driver function igb_clean_tx_ring() when running in XDP mode. A use-after-free issue can arise from attempting to free skb memory using dev_kfree_skb_any(). This issue potentially leads to system instability and memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: igb: fix a use-after-free issue in igb_clean_tx_ring",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug could happen if 82575/82576 gigabit ethernet family adapters being used and closing device during traffic flow (for example if root user unload driver during heavily usage of IGB network). The security impact is limited, because only privileged user can trigger closing the 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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49695"
},
{
"category": "external",
"summary": "RHBZ#2347672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347672"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49695",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49695"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49695",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49695"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022628-CVE-2022-49695-59b3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022628-CVE-2022-49695-59b3@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module igb from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: igb: fix a use-after-free issue in igb_clean_tx_ring"
},
{
"cve": "CVE-2022-49697",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347938"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Fix request_sock leak in sk lookup helpers\n\nA customer reported a request_socket leak in a Calico cloud environment. We\nfound that a BPF program was doing a socket lookup with takes a refcnt on\nthe socket and that it was finding the request_socket but returning the parent\nLISTEN socket via sk_to_full_sk() without decrementing the child request socket\n1st, resulting in request_sock slab object leak. This patch retains the\nexisting behaviour of returning full socks to the caller but it also decrements\nthe child request_socket if one is present before doing so to prevent the leak.\n\nThanks to Curtis Taylor for all the help in diagnosing and testing this. And\nthanks to Antoine Tenart for the reproducer and patch input.\n\nv2 of this patch contains, refactor as per Daniel Borkmann\u0027s suggestions to\nvalidate RCU flags on the listen socket so that it balances with bpf_sk_release()\nand update comments as per Martin KaFai Lau\u0027s suggestion. One small change to\nDaniels suggestion, put \"sk = sk2\" under \"if (sk2 != sk)\" to avoid an extra\ninstruction.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: bpf: Fix request_sock leak in sk lookup helpers",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49697"
},
{
"category": "external",
"summary": "RHBZ#2347938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347938"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49697",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49697"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49697",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49697"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022628-CVE-2022-49697-db0b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022628-CVE-2022-49697-db0b@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: bpf: Fix request_sock leak in sk lookup helpers"
},
{
"cve": "CVE-2022-49698",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347983"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: use get_random_u32 instead of prandom\n\nbh might occur while updating per-cpu rnd_state from user context,\nie. local_out path.\n\nBUG: using smp_processor_id() in preemptible [00000000] code: nginx/2725\ncaller is nft_ng_random_eval+0x24/0x54 [nft_numgen]\nCall Trace:\n check_preemption_disabled+0xde/0xe0\n nft_ng_random_eval+0x24/0x54 [nft_numgen]\n\nUse the random driver instead, this also avoids need for local prandom\nstate. Moreover, prandom now uses the random driver since d4150779e60f\n(\"random32: use real rng for non-deterministic randomness\").\n\nBased on earlier patch from Pablo Neira.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: netfilter: use get_random_u32 instead of prandom",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49698"
},
{
"category": "external",
"summary": "RHBZ#2347983",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347983"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49698"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49698",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49698"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022628-CVE-2022-49698-9ddd@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022628-CVE-2022-49698-9ddd@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: netfilter: use get_random_u32 instead of prandom"
},
{
"cve": "CVE-2022-49707",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348100"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the ext4 module in the Linux kernel. Resizing a corrupt ext4 image can cause a NULL pointer dereference due to a missing check if the reserved GDT blocks is zero when the resize_inode feature is disabled, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ext4: add reserved GDT blocks check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.7 and 9.1 via RHSA-2022:7683 [1] and RHSA-2022:8267 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2022:7683\n\n[2]. https://access.redhat.com/errata/RHSA-2022:8267",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49707"
},
{
"category": "external",
"summary": "RHBZ#2348100",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348100"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49707",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49707"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49707",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49707"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022630-CVE-2022-49707-c4b7@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022630-CVE-2022-49707-c4b7@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ext4: add reserved GDT blocks check"
},
{
"cve": "CVE-2022-49708",
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347684"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix bug_on ext4_mb_use_inode_pa\n\nHulk Robot reported a BUG_ON:\n==================================================================\nkernel BUG at fs/ext4/mballoc.c:3211!\n[...]\nRIP: 0010:ext4_mb_mark_diskspace_used.cold+0x85/0x136f\n[...]\nCall Trace:\n ext4_mb_new_blocks+0x9df/0x5d30\n ext4_ext_map_blocks+0x1803/0x4d80\n ext4_map_blocks+0x3a4/0x1a10\n ext4_writepages+0x126d/0x2c30\n do_writepages+0x7f/0x1b0\n __filemap_fdatawrite_range+0x285/0x3b0\n file_write_and_wait_range+0xb1/0x140\n ext4_sync_file+0x1aa/0xca0\n vfs_fsync_range+0xfb/0x260\n do_fsync+0x48/0xa0\n[...]\n==================================================================\n\nAbove issue may happen as follows:\n-------------------------------------\ndo_fsync\n vfs_fsync_range\n ext4_sync_file\n file_write_and_wait_range\n __filemap_fdatawrite_range\n do_writepages\n ext4_writepages\n mpage_map_and_submit_extent\n mpage_map_one_extent\n ext4_map_blocks\n ext4_mb_new_blocks\n ext4_mb_normalize_request\n \u003e\u003e\u003e start + size \u003c= ac-\u003eac_o_ex.fe_logical\n ext4_mb_regular_allocator\n ext4_mb_simple_scan_group\n ext4_mb_use_best_found\n ext4_mb_new_preallocation\n ext4_mb_new_inode_pa\n ext4_mb_use_inode_pa\n \u003e\u003e\u003e set ac-\u003eac_b_ex.fe_len \u003c= 0\n ext4_mb_mark_diskspace_used\n \u003e\u003e\u003e BUG_ON(ac-\u003eac_b_ex.fe_len \u003c= 0);\n\nwe can easily reproduce this problem with the following commands:\n\t`fallocate -l100M disk`\n\t`mkfs.ext4 -b 1024 -g 256 disk`\n\t`mount disk /mnt`\n\t`fsstress -d /mnt -l 0 -n 1000 -p 1`\n\nThe size must be smaller than or equal to EXT4_BLOCKS_PER_GROUP.\nTherefore, \"start + size \u003c= ac-\u003eac_o_ex.fe_logical\" may occur\nwhen the size is truncated. So start should be the start position of\nthe group where ac_o_ex.fe_logical is located after alignment.\nIn addition, when the value of fe_logical or EXT4_BLOCKS_PER_GROUP\nis very large, the value calculated by start_off is more accurate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ext4: fix bug_on ext4_mb_use_inode_pa",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49708"
},
{
"category": "external",
"summary": "RHBZ#2347684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347684"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49708"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49708",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49708"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022630-CVE-2022-49708-f056@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022630-CVE-2022-49708-f056@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ext4: fix bug_on ext4_mb_use_inode_pa"
},
{
"cve": "CVE-2022-49710",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347643"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm mirror log: round up region bitmap size to BITS_PER_LONG\n\nThe code in dm-log rounds up bitset_size to 32 bits. It then uses\nfind_next_zero_bit_le on the allocated region. find_next_zero_bit_le\naccesses the bitmap using unsigned long pointers. So, on 64-bit\narchitectures, it may access 4 bytes beyond the allocated size.\n\nFix this bug by rounding up bitset_size to BITS_PER_LONG.\n\nThis bug was found by running the lvm2 testsuite with kasan.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm mirror log: round up region bitmap size to BITS_PER_LONG",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49710"
},
{
"category": "external",
"summary": "RHBZ#2347643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347643"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49710",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49710"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49710",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49710"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022630-CVE-2022-49710-0591@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022630-CVE-2022-49710-0591@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"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:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: dm mirror log: round up region bitmap size to BITS_PER_LONG"
},
{
"cve": "CVE-2022-50027",
"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": "2373520"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the lpfc module in the Linux kernel. A missing release of allocated memory when an error occurs will cause a memory leak, potentially impacting system performance and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.7 and 9.1 via RHSA-2022:7683 [1] and RHSA-2022:8267 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2022:7683\n\n[2]. https://access.redhat.com/errata/RHSA-2022:8267",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50027"
},
{
"category": "external",
"summary": "RHBZ#2373520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373520"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50027",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50027"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50027",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50027"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061837-CVE-2022-50027-fb5c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061837-CVE-2022-50027-fb5c@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE"
},
{
"cve": "CVE-2022-50030",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373453"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input\n\nMalformed user input to debugfs results in buffer overflow crashes. Adapt\ninput string lengths to fit within internal buffers, leaving space for NULL\nterminators.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50030"
},
{
"category": "external",
"summary": "RHBZ#2373453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50030",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50030"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50030",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50030"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061838-CVE-2022-50030-83c6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061838-CVE-2022-50030-83c6@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input"
},
{
"cve": "CVE-2022-50053",
"cwe": {
"id": "CWE-833",
"name": "Deadlock"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373553"
}
],
"notes": [
{
"category": "description",
"text": "A deadlock condition exists in the linux kernel such that when calling iavf_close in iavf_reset_task error handling,doing so can\nlead to double call of napi_disable thereby leading to a denial of service due to the deadlock.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iavf: Fix reset error handling",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50053"
},
{
"category": "external",
"summary": "RHBZ#2373553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50053",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50053"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50053",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50053"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061847-CVE-2022-50053-9359@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061847-CVE-2022-50053-9359@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iavf: Fix reset error handling"
},
{
"cve": "CVE-2022-50054",
"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": "2373531"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the iavf module in the Linux kernel. A NULL pointer dereference can be triggered due to improper error management, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iavf: Fix NULL pointer dereference in iavf_get_link_ksettings",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.6, 8.7, 9.1 and 9.2 via RHSA-2022:7110 [1], RHSA-2022:7683 [2], RHSA-2023:0334 [3] and RHSA-2023:2458 [4], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2022:7110\n\n[2]. https://access.redhat.com/errata/RHSA-2022:7683\n\n[3]. https://access.redhat.com/errata/RHSA-2023:0334\n\n[4]. https://access.redhat.com/errata/RHSA-2023:2458",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50054"
},
{
"category": "external",
"summary": "RHBZ#2373531",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373531"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50054",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50054"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50054",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50054"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061847-CVE-2022-50054-a29e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061847-CVE-2022-50054-a29e@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iavf: Fix NULL pointer dereference in iavf_get_link_ksettings"
},
{
"cve": "CVE-2022-50055",
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373670"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niavf: Fix adminq error handling\n\niavf_alloc_asq_bufs/iavf_alloc_arq_bufs allocates with dma_alloc_coherent\nmemory for VF mailbox.\nFree DMA regions for both ASQ and ARQ in case error happens during\nconfiguration of ASQ/ARQ registers.\nWithout this change it is possible to see when unloading interface:\n74626.583369: dma_debug_device_change: device driver has pending DMA allocations while released from device [count=32]\nOne of leaked entries details: [device address=0x0000000b27ff9000] [size=4096 bytes] [mapped with DMA_BIDIRECTIONAL] [mapped as coherent]",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iavf: Fix adminq error handling",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50055"
},
{
"category": "external",
"summary": "RHBZ#2373670",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373670"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50055"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50055",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50055"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061847-CVE-2022-50055-67ab@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061847-CVE-2022-50055-67ab@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: iavf: Fix adminq error handling"
},
{
"cve": "CVE-2022-50069",
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373533"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBPF: Fix potential bad pointer dereference in bpf_sys_bpf()\n\nThe bpf_sys_bpf() helper function allows an eBPF program to load another\neBPF program from within the kernel. In this case the argument union\nbpf_attr pointer (as well as the insns and license pointers inside) is a\nkernel address instead of a userspace address (which is the case of a\nusual bpf() syscall). To make the memory copying process in the syscall\nwork in both cases, bpfptr_t was introduced to wrap around the pointer\nand distinguish its origin. Specifically, when copying memory contents\nfrom a bpfptr_t, a copy_from_user() is performed in case of a userspace\naddress and a memcpy() is performed for a kernel address.\n\nThis can lead to problems because the in-kernel pointer is never checked\nfor validity. The problem happens when an eBPF syscall program tries to\ncall bpf_sys_bpf() to load a program but provides a bad insns pointer --\nsay 0xdeadbeef -- in the bpf_attr union. The helper calls __sys_bpf()\nwhich would then call bpf_prog_load() to load the program.\nbpf_prog_load() is responsible for copying the eBPF instructions to the\nnewly allocated memory for the program; it creates a kernel bpfptr_t for\ninsns and invokes copy_from_bpfptr(). Internally, all bpfptr_t\noperations are backed by the corresponding sockptr_t operations, which\nperforms direct memcpy() on kernel pointers for copy_from/strncpy_from\noperations. Therefore, the code is always happy to dereference the bad\npointer to trigger a un-handle-able page fault and in turn an oops.\nHowever, this is not supposed to happen because at that point the eBPF\nprogram is already verified and should not cause a memory error.\n\nSample KASAN trace:\n\n[ 25.685056][ T228] ==================================================================\n[ 25.685680][ T228] BUG: KASAN: user-memory-access in copy_from_bpfptr+0x21/0x30\n[ 25.686210][ T228] Read of size 80 at addr 00000000deadbeef by task poc/228\n[ 25.686732][ T228]\n[ 25.686893][ T228] CPU: 3 PID: 228 Comm: poc Not tainted 5.19.0-rc7 #7\n[ 25.687375][ T228] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS d55cb5a 04/01/2014\n[ 25.687991][ T228] Call Trace:\n[ 25.688223][ T228] \u003cTASK\u003e\n[ 25.688429][ T228] dump_stack_lvl+0x73/0x9e\n[ 25.688747][ T228] print_report+0xea/0x200\n[ 25.689061][ T228] ? copy_from_bpfptr+0x21/0x30\n[ 25.689401][ T228] ? _printk+0x54/0x6e\n[ 25.689693][ T228] ? _raw_spin_lock_irqsave+0x70/0xd0\n[ 25.690071][ T228] ? copy_from_bpfptr+0x21/0x30\n[ 25.690412][ T228] kasan_report+0xb5/0xe0\n[ 25.690716][ T228] ? copy_from_bpfptr+0x21/0x30\n[ 25.691059][ T228] kasan_check_range+0x2bd/0x2e0\n[ 25.691405][ T228] ? copy_from_bpfptr+0x21/0x30\n[ 25.691734][ T228] memcpy+0x25/0x60\n[ 25.692000][ T228] copy_from_bpfptr+0x21/0x30\n[ 25.692328][ T228] bpf_prog_load+0x604/0x9e0\n[ 25.692653][ T228] ? cap_capable+0xb4/0xe0\n[ 25.692956][ T228] ? security_capable+0x4f/0x70\n[ 25.693324][ T228] __sys_bpf+0x3af/0x580\n[ 25.693635][ T228] bpf_sys_bpf+0x45/0x240\n[ 25.693937][ T228] bpf_prog_f0ec79a5a3caca46_bpf_func1+0xa2/0xbd\n[ 25.694394][ T228] bpf_prog_run_pin_on_cpu+0x2f/0xb0\n[ 25.694756][ T228] bpf_prog_test_run_syscall+0x146/0x1c0\n[ 25.695144][ T228] bpf_prog_test_run+0x172/0x190\n[ 25.695487][ T228] __sys_bpf+0x2c5/0x580\n[ 25.695776][ T228] __x64_sys_bpf+0x3a/0x50\n[ 25.696084][ T228] do_syscall_64+0x60/0x90\n[ 25.696393][ T228] ? fpregs_assert_state_consistent+0x50/0x60\n[ 25.696815][ T228] ? exit_to_user_mode_prepare+0x36/0xa0\n[ 25.697202][ T228] ? syscall_exit_to_user_mode+0x20/0x40\n[ 25.697586][ T228] ? do_syscall_64+0x6e/0x90\n[ 25.697899][ T228] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n[ 25.698312][ T228] RIP: 0033:0x7f6d543fb759\n[ 25.698624][ T228] Code: 08 5b 89 e8 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d \n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: BPF: Fix potential bad pointer dereference in bpf_sys_bpf()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50069"
},
{
"category": "external",
"summary": "RHBZ#2373533",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373533"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50069",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50069"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50069",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50069"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061852-CVE-2022-50069-9dba@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061852-CVE-2022-50069-9dba@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: BPF: Fix potential bad pointer dereference in bpf_sys_bpf()"
},
{
"cve": "CVE-2022-50081",
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373518"
}
],
"notes": [
{
"category": "description",
"text": "[REJECTED CVE] In the Linux kernel, the following vulnerability has been resolved:\nKVM: Unconditionally get a ref to /dev/kvm module when creating a VM",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: Unconditionally get a ref to /dev/kvm module when creating a VM",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been rejected by the Linux kernel community. Refer to the announcement: https://lore.kernel.org/linux-cve-announce/2025061841-REJECTED-105d@gregkh/",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50081"
},
{
"category": "external",
"summary": "RHBZ#2373518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373518"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50081",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50081"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50081",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50081"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061857-CVE-2022-50081-80dc@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061857-CVE-2022-50081-80dc@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: Unconditionally get a ref to /dev/kvm module when creating a VM"
},
{
"cve": "CVE-2022-50084",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373667"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm raid: fix address sanitizer warning in raid_status\n\nThere is this warning when using a kernel with the address sanitizer\nand running this testsuite:\nhttps://gitlab.com/cki-project/kernel-tests/-/tree/main/storage/swraid/scsi_raid\n\n==================================================================\nBUG: KASAN: slab-out-of-bounds in raid_status+0x1747/0x2820 [dm_raid]\nRead of size 4 at addr ffff888079d2c7e8 by task lvcreate/13319\nCPU: 0 PID: 13319 Comm: lvcreate Not tainted 5.18.0-0.rc3.\u003csnip\u003e #1\nHardware name: Red Hat KVM, BIOS 0.5.1 01/01/2011\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x6a/0x9c\n print_address_description.constprop.0+0x1f/0x1e0\n print_report.cold+0x55/0x244\n kasan_report+0xc9/0x100\n raid_status+0x1747/0x2820 [dm_raid]\n dm_ima_measure_on_table_load+0x4b8/0xca0 [dm_mod]\n table_load+0x35c/0x630 [dm_mod]\n ctl_ioctl+0x411/0x630 [dm_mod]\n dm_ctl_ioctl+0xa/0x10 [dm_mod]\n __x64_sys_ioctl+0x12a/0x1a0\n do_syscall_64+0x5b/0x80\n\nThe warning is caused by reading conf-\u003emax_nr_stripes in raid_status. The\ncode in raid_status reads mddev-\u003eprivate, casts it to struct r5conf and\nreads the entry max_nr_stripes.\n\nHowever, if we have different raid type than 4/5/6, mddev-\u003eprivate\ndoesn\u0027t point to struct r5conf; it may point to struct r0conf, struct\nr1conf, struct r10conf or struct mpconf. If we cast a pointer to one\nof these structs to struct r5conf, we will be reading invalid memory\nand KASAN warns about it.\n\nFix this bug by reading struct r5conf only if raid type is 4, 5 or 6.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm raid: fix address sanitizer warning in raid_status",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50084"
},
{
"category": "external",
"summary": "RHBZ#2373667",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373667"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50084"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50084",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50084"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061858-CVE-2022-50084-6b7c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061858-CVE-2022-50084-6b7c@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: dm raid: fix address sanitizer warning in raid_status"
},
{
"cve": "CVE-2022-50085",
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373463"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm raid: fix address sanitizer warning in raid_resume\n\nThere is a KASAN warning in raid_resume when running the lvm test\nlvconvert-raid.sh. The reason for the warning is that mddev-\u003eraid_disks\nis greater than rs-\u003eraid_disks, so the loop touches one entry beyond\nthe allocated length.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm raid: fix address sanitizer warning in raid_resume",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50085"
},
{
"category": "external",
"summary": "RHBZ#2373463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50085"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50085",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50085"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061858-CVE-2022-50085-7e05@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061858-CVE-2022-50085-7e05@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: dm raid: fix address sanitizer warning in raid_resume"
},
{
"cve": "CVE-2022-50092",
"cwe": {
"id": "CWE-763",
"name": "Release of Invalid Pointer or Reference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373527"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm thin: fix use-after-free crash in dm_sm_register_threshold_callback\n\nFault inject on pool metadata device reports:\n BUG: KASAN: use-after-free in dm_pool_register_metadata_threshold+0x40/0x80\n Read of size 8 at addr ffff8881b9d50068 by task dmsetup/950\n\n CPU: 7 PID: 950 Comm: dmsetup Tainted: G W 5.19.0-rc6 #1\n Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.14.0-1.fc33 04/01/2014\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x34/0x44\n print_address_description.constprop.0.cold+0xeb/0x3f4\n kasan_report.cold+0xe6/0x147\n dm_pool_register_metadata_threshold+0x40/0x80\n pool_ctr+0xa0a/0x1150\n dm_table_add_target+0x2c8/0x640\n table_load+0x1fd/0x430\n ctl_ioctl+0x2c4/0x5a0\n dm_ctl_ioctl+0xa/0x10\n __x64_sys_ioctl+0xb3/0xd0\n do_syscall_64+0x35/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nThis can be easily reproduced using:\n echo offline \u003e /sys/block/sda/device/state\n dd if=/dev/zero of=/dev/mapper/thin bs=4k count=10\n dmsetup load pool --table \"0 20971520 thin-pool /dev/sda /dev/sdb 128 0 0\"\n\nIf a metadata commit fails, the transaction will be aborted and the\nmetadata space maps will be destroyed. If a DM table reload then\nhappens for this failed thin-pool, a use-after-free will occur in\ndm_sm_register_threshold_callback (called from\ndm_pool_register_metadata_threshold).\n\nFix this by in dm_pool_register_metadata_threshold() by returning the\n-EINVAL error if the thin-pool is in fail mode. Also fail pool_ctr()\nwith a new error message: \"Error registering metadata threshold\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm thin: fix use-after-free crash in dm_sm_register_threshold_callback",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50092"
},
{
"category": "external",
"summary": "RHBZ#2373527",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373527"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50092"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50092",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50092"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061801-CVE-2022-50092-dcb8@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061801-CVE-2022-50092-dcb8@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: dm thin: fix use-after-free crash in dm_sm_register_threshold_callback"
},
{
"cve": "CVE-2022-50110",
"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": "2373606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the sp5100_tco module in the Linux kernel. A missing release of allocated memory for the EFCH MMIO resource will cause a memory leak, potentially impacting system performance and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.7 and 9.3 via RHSA-2022:7683 [1] and RHSA-2023:6583 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2022:7683\n\n[2]. 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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50110"
},
{
"category": "external",
"summary": "RHBZ#2373606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50110",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50110"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50110",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50110"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061807-CVE-2022-50110-5027@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061807-CVE-2022-50110-5027@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource"
},
{
"cve": "CVE-2022-50115",
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373645"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: SOF: ipc3-topology: Prevent double freeing of ipc_control_data via load_bytes\n\nWe have sanity checks for byte controls and if any of the fail the locally\nallocated scontrol-\u003eipc_control_data is freed up, but not set to NULL.\n\nOn a rollback path of the error the higher level code will also try to free\nthe scontrol-\u003eipc_control_data which will eventually going to lead to\nmemory corruption as double freeing memory is not a good thing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ASoC: SOF: ipc3-topology: Prevent double freeing of ipc_control_data via load_bytes",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50115"
},
{
"category": "external",
"summary": "RHBZ#2373645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373645"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50115"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50115",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50115"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061809-CVE-2022-50115-86c0@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061809-CVE-2022-50115-86c0@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ASoC: SOF: ipc3-topology: Prevent double freeing of ipc_control_data via load_bytes"
},
{
"cve": "CVE-2022-50177",
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373568"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrcutorture: Fix ksoftirqd boosting timing and iteration\n\nThe RCU priority boosting can fail in two situations:\n\n1) If (nr_cpus= \u003e maxcpus=), which means if the total number of CPUs\nis higher than those brought online at boot, then torture_onoff() may\nlater bring up CPUs that weren\u0027t online on boot. Now since rcutorture\ninitialization only boosts the ksoftirqds of the CPUs that have been\nset online on boot, the CPUs later set online by torture_onoff won\u0027t\nbenefit from the boost, making RCU priority boosting fail.\n\n2) The ksoftirqd kthreads are boosted after the creation of\nrcu_torture_boost() kthreads, which opens a window large enough for these\nrcu_torture_boost() kthreads to wait (despite running at FIFO priority)\nfor ksoftirqds that are still running at SCHED_NORMAL priority.\n\nThe issues can trigger for example with:\n\n\t./kvm.sh --configs TREE01 --kconfig \"CONFIG_RCU_BOOST=y\"\n\n\t[ 34.968561] rcu-torture: !!!\n\t[ 34.968627] ------------[ cut here ]------------\n\t[ 35.014054] WARNING: CPU: 4 PID: 114 at kernel/rcu/rcutorture.c:1979 rcu_torture_stats_print+0x5ad/0x610\n\t[ 35.052043] Modules linked in:\n\t[ 35.069138] CPU: 4 PID: 114 Comm: rcu_torture_sta Not tainted 5.18.0-rc1 #1\n\t[ 35.096424] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.14.0-0-g155821a-rebuilt.opensuse.org 04/01/2014\n\t[ 35.154570] RIP: 0010:rcu_torture_stats_print+0x5ad/0x610\n\t[ 35.198527] Code: 63 1b 02 00 74 02 0f 0b 48 83 3d 35 63 1b 02 00 74 02 0f 0b 48 83 3d 21 63 1b 02 00 74 02 0f 0b 48 83 3d 0d 63 1b 02 00 74 02 \u003c0f\u003e 0b 83 eb 01 0f 8e ba fc ff ff 0f 0b e9 b3 fc ff f82\n\t[ 37.251049] RSP: 0000:ffffa92a0050bdf8 EFLAGS: 00010202\n\t[ 37.277320] rcu: De-offloading 8\n\t[ 37.290367] RAX: 0000000000000000 RBX: 0000000000000001 RCX: 0000000000000001\n\t[ 37.290387] RDX: 0000000000000000 RSI: 00000000ffffbfff RDI: 00000000ffffffff\n\t[ 37.290398] RBP: 000000000000007b R08: 0000000000000000 R09: c0000000ffffbfff\n\t[ 37.290407] R10: 000000000000002a R11: ffffa92a0050bc18 R12: ffffa92a0050be20\n\t[ 37.290417] R13: ffffa92a0050be78 R14: 0000000000000000 R15: 000000000001bea0\n\t[ 37.290427] FS: 0000000000000000(0000) GS:ffff96045eb00000(0000) knlGS:0000000000000000\n\t[ 37.290448] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n\t[ 37.290460] CR2: 0000000000000000 CR3: 000000001dc0c000 CR4: 00000000000006e0\n\t[ 37.290470] Call Trace:\n\t[ 37.295049] \u003cTASK\u003e\n\t[ 37.295065] ? preempt_count_add+0x63/0x90\n\t[ 37.295095] ? _raw_spin_lock_irqsave+0x12/0x40\n\t[ 37.295125] ? rcu_torture_stats_print+0x610/0x610\n\t[ 37.295143] rcu_torture_stats+0x29/0x70\n\t[ 37.295160] kthread+0xe3/0x110\n\t[ 37.295176] ? kthread_complete_and_exit+0x20/0x20\n\t[ 37.295193] ret_from_fork+0x22/0x30\n\t[ 37.295218] \u003c/TASK\u003e\n\nFix this with boosting the ksoftirqds kthreads from the boosting\nhotplug callback itself and before the boosting kthreads are created.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: rcutorture: Fix ksoftirqd boosting timing and iteration",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50177"
},
{
"category": "external",
"summary": "RHBZ#2373568",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373568"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50177"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061831-CVE-2022-50177-1d63@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061831-CVE-2022-50177-1d63@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: rcutorture: Fix ksoftirqd boosting timing and iteration"
},
{
"cve": "CVE-2022-50178",
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373427"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: rtw89: 8852a: rfk: fix div 0 exception\n\nThe DPK is a kind of RF calibration whose algorithm is to fine tune\nparameters and calibrate, and check the result. If the result isn\u0027t good\nenough, it could adjust parameters and try again.\n\nThis issue is to read and show the result, but it could be a negative\ncalibration result that causes divisor 0 and core dump. So, fix it by\nphy_div() that does division only if divisor isn\u0027t zero; otherwise,\nzero is adopted.\n\n divide error: 0000 [#1] PREEMPT SMP NOPTI\n CPU: 1 PID: 728 Comm: wpa_supplicant Not tainted 5.10.114-16019-g462a1661811a #1 \u003cHASH:d024 28\u003e\n RIP: 0010:rtw8852a_dpk+0x14ae/0x288f [rtw89_core]\n RSP: 0018:ffffa9bb412a7520 EFLAGS: 00010246\n RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000\n RDX: 0000000000000000 RSI: 00000000000180fc RDI: ffffa141d01023c0\n RBP: ffffa9bb412a76a0 R08: 0000000000001319 R09: 00000000ffffff92\n R10: ffffffffc0292de3 R11: ffffffffc00d2f51 R12: 0000000000000000\n R13: ffffa141d01023c0 R14: ffffffffc0290250 R15: ffffa141d0102638\n FS: 00007fa99f5c2740(0000) GS:ffffa142e5e80000(0000) knlGS:0000000000000000\n CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n CR2: 0000000013e8e010 CR3: 0000000110d2c000 CR4: 0000000000750ee0\n PKRU: 55555554\n Call Trace:\n rtw89_core_sta_add+0x95/0x9c [rtw89_core \u003cHASH:d239 29\u003e]\n rtw89_ops_sta_state+0x5d/0x108 [rtw89_core \u003cHASH:d239 29\u003e]\n drv_sta_state+0x115/0x66f [mac80211 \u003cHASH:81fe 30\u003e]\n sta_info_insert_rcu+0x45c/0x713 [mac80211 \u003cHASH:81fe 30\u003e]\n sta_info_insert+0xf/0x1b [mac80211 \u003cHASH:81fe 30\u003e]\n ieee80211_prep_connection+0x9d6/0xb0c [mac80211 \u003cHASH:81fe 30\u003e]\n ieee80211_mgd_auth+0x2aa/0x352 [mac80211 \u003cHASH:81fe 30\u003e]\n cfg80211_mlme_auth+0x160/0x1f6 [cfg80211 \u003cHASH:00cd 31\u003e]\n nl80211_authenticate+0x2e5/0x306 [cfg80211 \u003cHASH:00cd 31\u003e]\n genl_rcv_msg+0x371/0x3a1\n ? nl80211_stop_sched_scan+0xe5/0xe5 [cfg80211 \u003cHASH:00cd 31\u003e]\n ? genl_rcv+0x36/0x36\n netlink_rcv_skb+0x8a/0xf9\n genl_rcv+0x28/0x36\n netlink_unicast+0x27b/0x3a0\n netlink_sendmsg+0x2aa/0x469\n sock_sendmsg_nosec+0x49/0x4d\n ____sys_sendmsg+0xe5/0x213\n __sys_sendmsg+0xec/0x157\n ? syscall_enter_from_user_mode+0xd7/0x116\n do_syscall_64+0x43/0x55\n entry_SYSCALL_64_after_hwframe+0x44/0xa9\n RIP: 0033:0x7fa99f6e689b",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: rtw89: 8852a: rfk: fix div 0 exception",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50178"
},
{
"category": "external",
"summary": "RHBZ#2373427",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373427"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50178"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50178",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50178"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061831-CVE-2022-50178-52a0@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061831-CVE-2022-50178-52a0@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: rtw89: 8852a: rfk: fix div 0 exception"
},
{
"cve": "CVE-2022-50187",
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373675"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nath11k: fix netdev open race\n\nMake sure to allocate resources needed before registering the device.\n\nThis specifically avoids having a racing open() trigger a BUG_ON() in\nmod_timer() when ath11k_mac_op_start() is called before the\nmon_reap_timer as been set up.\n\nI did not see this issue with next-20220310, but I hit it on every probe\nwith next-20220511. Perhaps some timing changed in between.\n\nHere\u0027s the backtrace:\n\n[ 51.346947] kernel BUG at kernel/time/timer.c:990!\n[ 51.346958] Internal error: Oops - BUG: 0 [#1] PREEMPT SMP\n...\n[ 51.578225] Call trace:\n[ 51.583293] __mod_timer+0x298/0x390\n[ 51.589518] mod_timer+0x14/0x20\n[ 51.595368] ath11k_mac_op_start+0x41c/0x4a0 [ath11k]\n[ 51.603165] drv_start+0x38/0x60 [mac80211]\n[ 51.610110] ieee80211_do_open+0x29c/0x7d0 [mac80211]\n[ 51.617945] ieee80211_open+0x60/0xb0 [mac80211]\n[ 51.625311] __dev_open+0x100/0x1c0\n[ 51.631420] __dev_change_flags+0x194/0x210\n[ 51.638214] dev_change_flags+0x24/0x70\n[ 51.644646] do_setlink+0x228/0xdb0\n[ 51.650723] __rtnl_newlink+0x460/0x830\n[ 51.657162] rtnl_newlink+0x4c/0x80\n[ 51.663229] rtnetlink_rcv_msg+0x124/0x390\n[ 51.669917] netlink_rcv_skb+0x58/0x130\n[ 51.676314] rtnetlink_rcv+0x18/0x30\n[ 51.682460] netlink_unicast+0x250/0x310\n[ 51.688960] netlink_sendmsg+0x19c/0x3e0\n[ 51.695458] ____sys_sendmsg+0x220/0x290\n[ 51.701938] ___sys_sendmsg+0x7c/0xc0\n[ 51.708148] __sys_sendmsg+0x68/0xd0\n[ 51.714254] __arm64_sys_sendmsg+0x28/0x40\n[ 51.720900] invoke_syscall+0x48/0x120\n\nTested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ath11k: fix netdev open race",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50187"
},
{
"category": "external",
"summary": "RHBZ#2373675",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373675"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50187"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50187",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50187"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061835-CVE-2022-50187-ba19@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061835-CVE-2022-50187-ba19@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ath11k: fix netdev open race"
},
{
"cve": "CVE-2022-50213",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373522"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_tables: do not allow SET_ID to refer to another table\n\nWhen doing lookups for sets on the same batch by using its ID, a set from a\ndifferent table can be used.\n\nThen, when the table is removed, a reference to the set may be kept after\nthe set is freed, leading to a potential use-after-free.\n\nWhen looking for sets by ID, use the table that was used for the lookup by\nname, and only return sets belonging to that same table.\n\nThis fixes CVE-2022-2586, also reported as ZDI-CAN-17470.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: netfilter: nf_tables: do not allow SET_ID to refer to another table",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50213"
},
{
"category": "external",
"summary": "RHBZ#2373522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50213"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50213",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50213"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061844-CVE-2022-50213-bc19@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061844-CVE-2022-50213-bc19@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: netfilter: nf_tables: do not allow SET_ID to refer to another table"
},
{
"cve": "CVE-2023-4387",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2219270"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in vmxnet3_rq_alloc_rx_buf in drivers/net/vmxnet3/vmxnet3_drv.c in VMware\u0027s vmxnet3 ethernet NIC driver in the Linux Kernel. This issue could allow a local attacker to crash the system due to a double-free while cleaning up vmxnet3_rq_cleanup_all, which could also lead to a kernel information leak problem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: vmxnet3: use-after-free in vmxnet3_rq_alloc_rx_buf()",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4387"
},
{
"category": "external",
"summary": "RHBZ#2219270",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219270"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4387"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4387",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4387"
},
{
"category": "external",
"summary": "https://github.com/torvalds/linux/commit/9e7fef9521e73ca8afd7da9e58c14654b02dfad8",
"url": "https://github.com/torvalds/linux/commit/9e7fef9521e73ca8afd7da9e58c14654b02dfad8"
}
],
"release_date": "2022-05-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
},
{
"category": "workaround",
"details": "Mitigation for this issue is to skip loading the affected module \"vmxnet3\" onto the system until the fix is available, this can be done by a blacklist mechanism which will ensure the driver is not loaded at the boot time.\n~~~\nHow do I blacklist a kernel module to prevent it from loading automatically?\nhttps://access.redhat.com/solutions/41278 \n~~~",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: vmxnet3: use-after-free in vmxnet3_rq_alloc_rx_buf()"
},
{
"cve": "CVE-2023-53181",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395369"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndma-buf/dma-resv: Stop leaking on krealloc() failure\n\nCurrently dma_resv_get_fences() will leak the previously\nallocated array if the fence iteration got restarted and\nthe krealloc_array() fails.\n\nFree the old array by hand, and make sure we still clear\nthe returned *fences so the caller won\u0027t end up accessing\nfreed memory. Some (but not all) of the callers of\ndma_resv_get_fences() seem to still trawl through the\narray even when dma_resv_get_fences() failed. And let\u0027s\nzero out *num_fences as well for good measure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dma-buf/dma-resv: Stop leaking on krealloc() failure",
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53181"
},
{
"category": "external",
"summary": "RHBZ#2395369",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395369"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53181",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53181"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53181",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53181"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2023-53181-608c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091556-CVE-2023-53181-608c@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-11-08T09:32:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2022:7683"
}
],
"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.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.src",
"BaseOS-8.7.0.GA:kernel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-abi-stablelists-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-core-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debug-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-devel-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-doc-0:4.18.0-425.3.1.el8.noarch",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-modules-extra-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:kernel-tools-libs-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:kernel-zfcpdump-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-core-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-devel-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-0:4.18.0-425.3.1.el8.x86_64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.s390x",
"BaseOS-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:bpftool-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debug-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:kernel-tools-libs-devel-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.aarch64",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.ppc64le",
"CRB-8.7.0.GA:python3-perf-debuginfo-0:4.18.0-425.3.1.el8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: dma-buf/dma-resv: Stop leaking on krealloc() failure"
}
]
}
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.