Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-21927 (GCVE-0-2025-21927)
Vulnerability from cvelistv5 – Published: 2025-04-01 15:40 – Updated: 2026-05-11 21:09- CWE-787 - Out-of-bounds Write
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
3f2304f8c6d6ed97849057bd16fee99e434ca796 , < 9fbc953d6b38bc824392e01850f0aeee3b348722
(git)
Affected: 3f2304f8c6d6ed97849057bd16fee99e434ca796 , < 22b06c89aa6b2d1ecb8aea72edfb9d53af8d5126 (git) Affected: 3f2304f8c6d6ed97849057bd16fee99e434ca796 , < ad95bab0cd28ed77c2c0d0b6e76e03e031391064 (git) |
|
| Linux | Linux |
Affected:
5.0
Unaffected: 0 , < 5.0 (semver) Unaffected: 6.12.19 , ≤ 6.12.* (semver) Unaffected: 6.13.7 , ≤ 6.13.* (semver) Unaffected: 6.14 , ≤ * (original_commit_for_fix) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2025-21927",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-01T19:22:21.408514Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787 Out-of-bounds Write",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-01T19:26:33.723Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/nvme/host/tcp.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "9fbc953d6b38bc824392e01850f0aeee3b348722",
"status": "affected",
"version": "3f2304f8c6d6ed97849057bd16fee99e434ca796",
"versionType": "git"
},
{
"lessThan": "22b06c89aa6b2d1ecb8aea72edfb9d53af8d5126",
"status": "affected",
"version": "3f2304f8c6d6ed97849057bd16fee99e434ca796",
"versionType": "git"
},
{
"lessThan": "ad95bab0cd28ed77c2c0d0b6e76e03e031391064",
"status": "affected",
"version": "3f2304f8c6d6ed97849057bd16fee99e434ca796",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/nvme/host/tcp.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.0"
},
{
"lessThan": "5.0",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.19",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.13.*",
"status": "unaffected",
"version": "6.13.7",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.14",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.19",
"versionStartIncluding": "5.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.13.7",
"versionStartIncluding": "5.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.14",
"versionStartIncluding": "5.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()\n\nnvme_tcp_recv_pdu() doesn\u0027t check the validity of the header length.\nWhen header digests are enabled, a target might send a packet with an\ninvalid header length (e.g. 255), causing nvme_tcp_verify_hdgst()\nto access memory outside the allocated area and cause memory corruptions\nby overwriting it with the calculated digest.\n\nFix this by rejecting packets with an unexpected header length."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T21:09:13.640Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/9fbc953d6b38bc824392e01850f0aeee3b348722"
},
{
"url": "https://git.kernel.org/stable/c/22b06c89aa6b2d1ecb8aea72edfb9d53af8d5126"
},
{
"url": "https://git.kernel.org/stable/c/ad95bab0cd28ed77c2c0d0b6e76e03e031391064"
}
],
"title": "nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-21927",
"datePublished": "2025-04-01T15:40:58.432Z",
"dateReserved": "2024-12-29T08:45:45.788Z",
"dateUpdated": "2026-05-11T21:09:13.640Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-21927",
"date": "2026-06-29",
"epss": "0.00182",
"percentile": "0.07966"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-21927\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-04-01T16:15:23.470\",\"lastModified\":\"2026-06-17T08:44:37.910\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()\\n\\nnvme_tcp_recv_pdu() doesn\u0027t check the validity of the header length.\\nWhen header digests are enabled, a target might send a packet with an\\ninvalid header length (e.g. 255), causing nvme_tcp_verify_hdgst()\\nto access memory outside the allocated area and cause memory corruptions\\nby overwriting it with the calculated digest.\\n\\nFix this by rejecting packets with an unexpected header length.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: nvme-tcp: se corrige una posible corrupci\u00f3n de memoria en nvme_tcp_recv_pdu(). nvme_tcp_recv_pdu() no comprueba la validez de la longitud del encabezado. Cuando se habilitan los res\u00famenes de encabezado, un destino podr\u00eda enviar un paquete con una longitud de encabezado no v\u00e1lida (p. ej., 255), lo que provoca que nvme_tcp_verify_hdgst() acceda a memoria fuera del \u00e1rea asignada y provoque corrupciones de memoria al sobrescribirla con el resumen calculado. Para solucionar esto, rechace los paquetes con una longitud de encabezado inesperada.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/nvme/host/tcp.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3f2304f8c6d6ed97849057bd16fee99e434ca796\",\"lessThan\":\"9fbc953d6b38bc824392e01850f0aeee3b348722\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3f2304f8c6d6ed97849057bd16fee99e434ca796\",\"lessThan\":\"22b06c89aa6b2d1ecb8aea72edfb9d53af8d5126\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3f2304f8c6d6ed97849057bd16fee99e434ca796\",\"lessThan\":\"ad95bab0cd28ed77c2c0d0b6e76e03e031391064\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/nvme/host/tcp.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.0\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.19\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.13.7\",\"lessThanOrEqual\":\"6.13.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.14\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"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:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9},{\"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:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-10-01T19:22:21.408514Z\",\"id\":\"CVE-2025-21927\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.0\",\"versionEndExcluding\":\"6.12.19\",\"matchCriteriaId\":\"F990125F-036B-4485-B832-085182829A80\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.13.7\",\"matchCriteriaId\":\"842F5A44-3E71-4546-B4FD-43B0ACE3F32B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"186716B6-2B66-4BD0-852E-D48E71C0C85F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"0D3E781C-403A-498F-9DA9-ECEE50F41E75\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"66619FB8-0AAF-4166-B2CF-67B24143261D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"D3D6550E-6679-4560-902D-AF52DCFE905B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"45B90F6B-BEC7-4D4E-883A-9DBADE021750\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/22b06c89aa6b2d1ecb8aea72edfb9d53af8d5126\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9fbc953d6b38bc824392e01850f0aeee3b348722\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ad95bab0cd28ed77c2c0d0b6e76e03e031391064\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-21927\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-01T19:22:21.408514Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787 Out-of-bounds Write\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-01T14:37:50.335Z\"}}], \"cna\": {\"title\": \"nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"3f2304f8c6d6ed97849057bd16fee99e434ca796\", \"lessThan\": \"9fbc953d6b38bc824392e01850f0aeee3b348722\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"3f2304f8c6d6ed97849057bd16fee99e434ca796\", \"lessThan\": \"22b06c89aa6b2d1ecb8aea72edfb9d53af8d5126\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"3f2304f8c6d6ed97849057bd16fee99e434ca796\", \"lessThan\": \"ad95bab0cd28ed77c2c0d0b6e76e03e031391064\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/nvme/host/tcp.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.0\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.0\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.12.19\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.13.7\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.13.*\"}, {\"status\": \"unaffected\", \"version\": \"6.14\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/nvme/host/tcp.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/9fbc953d6b38bc824392e01850f0aeee3b348722\"}, {\"url\": \"https://git.kernel.org/stable/c/22b06c89aa6b2d1ecb8aea72edfb9d53af8d5126\"}, {\"url\": \"https://git.kernel.org/stable/c/ad95bab0cd28ed77c2c0d0b6e76e03e031391064\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()\\n\\nnvme_tcp_recv_pdu() doesn\u0027t check the validity of the header length.\\nWhen header digests are enabled, a target might send a packet with an\\ninvalid header length (e.g. 255), causing nvme_tcp_verify_hdgst()\\nto access memory outside the allocated area and cause memory corruptions\\nby overwriting it with the calculated digest.\\n\\nFix this by rejecting packets with an unexpected header length.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.19\", \"versionStartIncluding\": \"5.0\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.13.7\", \"versionStartIncluding\": \"5.0\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.14\", \"versionStartIncluding\": \"5.0\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-11T21:09:13.640Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-21927\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-11T21:09:13.640Z\", \"dateReserved\": \"2024-12-29T08:45:45.788Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-04-01T15:40:58.432Z\", \"assignerShortName\": \"Linux\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
MSRC_CVE-2025-21927
Vulnerability from csaf_microsoft - Published: 2025-04-02 00:00 - Updated: 2026-06-28 01:44| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-19 | — |
None Available
|
|
| Unresolved product id: 17084-14 | — |
None Available
|
|
| Unresolved product id: 17084-12 | — |
None Available
|
|
| Unresolved product id: 17084-9 | — |
None Available
|
|
| Unresolved product id: 17084-7 | — |
None Available
|
|
| Unresolved product id: 17086-8 | — |
None Available
|
|
| Unresolved product id: 17084-6 | — |
None Available
|
|
| Unresolved product id: 17084-18 | — |
None Available
|
|
| Unresolved product id: 17084-17 | — |
None Available
|
|
| Unresolved product id: 17084-16 | — |
None Available
|
|
| Unresolved product id: 17084-15 | — |
None Available
|
|
| Unresolved product id: 17084-13 | — |
None Available
|
|
| Unresolved product id: 17084-11 | — |
None Available
|
|
| Unresolved product id: 17086-10 | — |
None Available
|
|
| Unresolved product id: 17084-5 | — |
None Available
|
|
| Unresolved product id: 17084-4 | — |
None Available
|
|
| Unresolved product id: 17084-3 | — |
None Available
|
|
| Unresolved product id: 17084-2 | — |
None Available
|
|
| Unresolved product id: 17084-1 | — |
None Available
|
| 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-2025-21927 nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-21927.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": "nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"tracking": {
"current_release_date": "2026-06-28T01:44:14.000Z",
"generator": {
"date": "2026-06-28T09:20:42.120Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-21927",
"initial_release_date": "2025-04-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-09-04T01:20:13.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2025-12-07T01:43:11.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-01-08T14:43:39.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-01-20T14:39:19.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2026-02-18T02:26:03.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
},
{
"date": "2026-03-03T15:00:31.000Z",
"legacy_version": "6",
"number": "6",
"summary": "Information published."
},
{
"date": "2026-03-04T14:38:41.000Z",
"legacy_version": "7",
"number": "7",
"summary": "Information published."
},
{
"date": "2026-03-31T14:43:57.000Z",
"legacy_version": "8",
"number": "8",
"summary": "Information published."
},
{
"date": "2026-04-29T14:45:05.000Z",
"legacy_version": "9",
"number": "9",
"summary": "Information published."
},
{
"date": "2026-05-06T14:39:50.000Z",
"legacy_version": "1",
"number": "10",
"summary": "Information published."
},
{
"date": "2026-05-11T01:40:08.000Z",
"legacy_version": "11",
"number": "11",
"summary": "Information published."
},
{
"date": "2026-05-17T14:41:07.000Z",
"legacy_version": "12",
"number": "12",
"summary": "Information published."
},
{
"date": "2026-05-22T01:41:07.000Z",
"legacy_version": "12.1",
"number": "13",
"summary": "Information published."
},
{
"date": "2026-06-17T14:42:22.000Z",
"legacy_version": "13",
"number": "14",
"summary": "Information published."
},
{
"date": "2026-06-28T01:44:14.000Z",
"legacy_version": "14",
"number": "15",
"summary": "Information published."
}
],
"status": "final",
"version": "15"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 kernel 0:5.15.186.1-1.cbl2",
"product": {
"name": "cbl2 kernel 0:5.15.186.1-1.cbl2",
"product_id": "19"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.117.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.117.1-1.azl3",
"product_id": "14"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.119.3-3.azl3",
"product": {
"name": "azl3 kernel 0:6.6.119.3-3.azl3",
"product_id": "12"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.126.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.126.1-1.azl3",
"product_id": "9"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.130.1-3.azl3",
"product": {
"name": "azl3 kernel 0:6.6.130.1-3.azl3",
"product_id": "7"
}
},
{
"category": "product_version_range",
"name": "cbl2 kernel 0:5.15.202.1-1.cbl2",
"product": {
"name": "cbl2 kernel 0:5.15.202.1-1.cbl2",
"product_id": "8"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.134.1-2.azl3",
"product": {
"name": "azl3 kernel 0:6.6.134.1-2.azl3",
"product_id": "6"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.96.2-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.96.2-1.azl3",
"product_id": "18"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.96.2-2.azl3",
"product": {
"name": "azl3 kernel 0:6.6.96.2-2.azl3",
"product_id": "17"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.104.2-4.azl3",
"product": {
"name": "azl3 kernel 0:6.6.104.2-4.azl3",
"product_id": "16"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.112.1-2.azl3",
"product": {
"name": "azl3 kernel 0:6.6.112.1-2.azl3",
"product_id": "15"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.119.3-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.119.3-1.azl3",
"product_id": "13"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.121.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.121.1-1.azl3",
"product_id": "11"
}
},
{
"category": "product_version_range",
"name": "cbl2 kernel 0:5.15.200.1-1.cbl2",
"product": {
"name": "cbl2 kernel 0:5.15.200.1-1.cbl2",
"product_id": "10"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.137.1-2.azl3",
"product": {
"name": "azl3 kernel 0:6.6.137.1-2.azl3",
"product_id": "5"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.138.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.138.1-1.azl3",
"product_id": "4"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.139.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.139.1-1.azl3",
"product_id": "3"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.141.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.141.1-1.azl3",
"product_id": "2"
}
},
{
"category": "product_version_range",
"name": "azl3 kernel 0:6.6.143.1-1.azl3",
"product": {
"name": "azl3 kernel 0:6.6.143.1-1.azl3",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "kernel"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kernel 0:5.15.186.1-1.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-19"
},
"product_reference": "19",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.117.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-14"
},
"product_reference": "14",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.119.3-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-12"
},
"product_reference": "12",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.126.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-9"
},
"product_reference": "9",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.130.1-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-7"
},
"product_reference": "7",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kernel 0:5.15.202.1-1.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-8"
},
"product_reference": "8",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.134.1-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.96.2-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-18"
},
"product_reference": "18",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.96.2-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-17"
},
"product_reference": "17",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.104.2-4.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-16"
},
"product_reference": "16",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.112.1-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-15"
},
"product_reference": "15",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.119.3-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-13"
},
"product_reference": "13",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.121.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-11"
},
"product_reference": "11",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kernel 0:5.15.200.1-1.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-10"
},
"product_reference": "10",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.137.1-2.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.138.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.139.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.141.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 kernel 0:6.6.143.1-1.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21927",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"notes": [
{
"category": "general",
"text": "Linux",
"title": "Assigning CNA"
}
],
"product_status": {
"known_affected": [
"17086-19",
"17084-14",
"17084-12",
"17084-9",
"17084-7",
"17086-8",
"17084-6",
"17084-18",
"17084-17",
"17084-16",
"17084-15",
"17084-13",
"17084-11",
"17086-10",
"17084-5",
"17084-4",
"17084-3",
"17084-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-21927 nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-21927.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-19"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-14"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-12"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-9"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-7"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-8"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-6"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-18"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-17"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-16"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-15"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-13"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-11"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-10"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-5"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-4"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-3"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-2"
]
},
{
"category": "none_available",
"date": "2025-09-04T01:20:13.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-1"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.8,
"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": [
"17086-19",
"17084-14",
"17084-12",
"17084-9",
"17084-7",
"17086-8",
"17084-6",
"17084-18",
"17084-17",
"17084-16",
"17084-15",
"17084-13",
"17084-11",
"17086-10",
"17084-5",
"17084-4",
"17084-3",
"17084-2",
"17084-1"
]
}
],
"title": "nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()"
}
]
}
RHSA-2025:4339
Vulnerability from csaf_redhat - Published: 2025-04-30 00:47 - Updated: 2026-06-30 03:28An unchecked buffer bounds flaw was found in the Linux kernel's NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.115.1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() (CVE-2025-21927)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4339",
"url": "https://access.redhat.com/errata/RHSA-2025:4339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4339.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-30T03:28:32+00:00",
"generator": {
"date": "2026-06-30T03:28:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4339",
"initial_release_date": "2025-04-30T00:47:26+00:00",
"revision_history": [
{
"date": "2025-04-30T00:47:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-30T00:47:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.115.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.115.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.115.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.115.1.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.115.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.115.1.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.115.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.115.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.115.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.115.1.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.115.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.115.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.115.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.115.1.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.115.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.115.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.115.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.115.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.115.1.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.115.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.115.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.115.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.115.1.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-284.115.1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.115.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.115.1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.115.1.el9_2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.115.1.el9_2.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.2)",
"product_id": "CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21927",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2025-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2356593"
}
],
"notes": [
{
"category": "description",
"text": "An unchecked buffer bounds flaw was found in the Linux kernel\u0027s NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw results from an improper bounds check, which an attacker could exploit by sending a packet with a too-large header. The driver processing that header will then both read beyond the bounds of the buffer it has allocated, and will also alter memory outside of the buffer when it writes the result of digest calculations. An attacker could thus read otherwise inaccessible kernel memory, causing a denial of service or exfiltrating sensitive data, or write out of bounds, which could lead to an escalation of privileges.\nWhile NVMe over fabric is typically used in the context of a single system, Red Hat\u0027s assessment suggests an Attack Vector of Adjacent. This is due to the possibility of NVMe being used as a storage solution for a cluster or datacenter.\nThe NVMe/TCP driver in RHEL 8 was released as a Technology Preview feature and was never considered stable or fully supported. Therefore, RHEL 8 is out of support scope for this CVE.",
"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": [
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.115.1.el9_2.noarch",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21927"
},
{
"category": "external",
"summary": "RHBZ#2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T"
}
],
"release_date": "2025-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-30T00:47:26+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": [
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.115.1.el9_2.noarch",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4339"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the `nvme_tcp` module from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. Note that this will make NVMe over TCP fabrics unavailable, and as such is not a suitable mitigation for systems relying on that technology.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.115.1.el9_2.noarch",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-devel-matched-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-doc-0:5.14.0-284.115.1.el9_2.noarch",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:rtla-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:bpftool-0:7.0.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kernel-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-284.115.1.el9_2.noarch",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-core-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-modules-extra-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-tools-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kernel-tools-libs-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-uki-virt-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:python3-perf-0:5.14.0-284.115.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"BaseOS-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:bpftool-debuginfo-0:7.0.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-284.115.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()"
}
]
}
RHSA-2025:4340
Vulnerability from csaf_redhat - Published: 2025-04-30 07:12 - Updated: 2026-06-30 03:20An unchecked buffer bounds flaw was found in the Linux kernel's NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel-rt is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() (CVE-2025-21927)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4340",
"url": "https://access.redhat.com/errata/RHSA-2025:4340"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4340.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security update",
"tracking": {
"current_release_date": "2026-06-30T03:20:48+00:00",
"generator": {
"date": "2026-06-30T03:20:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4340",
"initial_release_date": "2025-04-30T07:12:26+00:00",
"revision_history": [
{
"date": "2025-04-30T07:12:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-30T07:12:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:20:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::realtime"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.2::nfv"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"product": {
"name": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"product_id": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.115.1.rt14.400.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.115.1.rt14.400.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.2)",
"product_id": "NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "NFV-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src"
},
"product_reference": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.2)",
"product_id": "RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"relates_to_product_reference": "RT-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21927",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2025-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2356593"
}
],
"notes": [
{
"category": "description",
"text": "An unchecked buffer bounds flaw was found in the Linux kernel\u0027s NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw results from an improper bounds check, which an attacker could exploit by sending a packet with a too-large header. The driver processing that header will then both read beyond the bounds of the buffer it has allocated, and will also alter memory outside of the buffer when it writes the result of digest calculations. An attacker could thus read otherwise inaccessible kernel memory, causing a denial of service or exfiltrating sensitive data, or write out of bounds, which could lead to an escalation of privileges.\nWhile NVMe over fabric is typically used in the context of a single system, Red Hat\u0027s assessment suggests an Attack Vector of Adjacent. This is due to the possibility of NVMe being used as a storage solution for a cluster or datacenter.\nThe NVMe/TCP driver in RHEL 8 was released as a Technology Preview feature and was never considered stable or fully supported. Therefore, RHEL 8 is out of support scope for this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21927"
},
{
"category": "external",
"summary": "RHBZ#2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T"
}
],
"release_date": "2025-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-30T07:12:26+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4340"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the `nvme_tcp` module from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. Note that this will make NVMe over TCP fabrics unavailable, and as such is not a suitable mitigation for systems relying on that technology.",
"product_ids": [
"NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"NFV-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-kvm-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"NFV-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.src",
"RT-9.2.0.Z.EUS:kernel-rt-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-devel-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64",
"RT-9.2.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-284.115.1.rt14.400.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()"
}
]
}
RHSA-2025:4341
Vulnerability from csaf_redhat - Published: 2025-04-30 01:14 - Updated: 2026-06-30 03:20in linux kernel's kobject_uevent, zap_modalias_env incorrectly calculates the size of the memory block to move, which may cause out of bounds memory access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
An improper dereference was found in the Linux kernel in ip_vs_add_service. This may lead to a crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: bonding: fix null pointer deref in bond_ipsec_offload_ok We must check if there is an active slave before dereferencing the pointer.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: ELF: fix kernel.randomize_va_space double read ELF loader uses "randomize_va_space" twice. It is sysctl and can change at any moment, so 2 loads could see 2 different values in theory with unpredictable consequences. Issue exactly one load for consistent value across one exec.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
|
An unchecked buffer bounds flaw was found in the Linux kernel's NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: kobject_uevent: Fix OOB access within zap_modalias_env() (CVE-2024-42292)\n\n* kernel: ipvs: properly dereference pe in ip_vs_add_service (CVE-2024-42322)\n\n* kernel: bonding: fix null pointer deref in bond_ipsec_offload_ok (CVE-2024-44990)\n\n* kernel: ELF: fix kernel.randomize_va_space double read (CVE-2024-46826)\n\n* kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() (CVE-2025-21927)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4341",
"url": "https://access.redhat.com/errata/RHSA-2025:4341"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2309853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309853"
},
{
"category": "external",
"summary": "2315178",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315178"
},
{
"category": "external",
"summary": "2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4341.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-30T03:20:51+00:00",
"generator": {
"date": "2026-06-30T03:20:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4341",
"initial_release_date": "2025-04-30T01:14:00+00:00",
"revision_history": [
{
"date": "2025-04-30T01:14:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-30T01:14:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:20:51+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 AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"product": {
"name": "bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"product_id": "bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.4.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"product_id": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.4.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "perf-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "perf-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "rv-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "rv-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"product": {
"name": "libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"product_id": "libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-503.40.1.el9_5?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"product_id": "bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.4.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"product_id": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.4.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"product": {
"name": "libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_id": "libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-503.40.1.el9_5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"product": {
"name": "bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"product_id": "bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.4.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"product_id": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.4.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "perf-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "perf-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "rv-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "rv-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-503.40.1.el9_5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"product": {
"name": "bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"product_id": "bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.4.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"product_id": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.4.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "perf-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "perf-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "rtla-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "rtla-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "rv-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "rv-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-503.40.1.el9_5.s390x",
"product": {
"name": "libperf-0:5.14.0-503.40.1.el9_5.s390x",
"product_id": "libperf-0:5.14.0-503.40.1.el9_5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-503.40.1.el9_5?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-503.40.1.el9_5.src",
"product": {
"name": "kernel-0:5.14.0-503.40.1.el9_5.src",
"product_id": "kernel-0:5.14.0-503.40.1.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-503.40.1.el9_5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-503.40.1.el9_5?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"product_id": "kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-503.40.1.el9_5?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-503.40.1.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "perf-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "perf-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "perf-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "rtla-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "rv-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "rv-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "rv-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "AppStream-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.4.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64"
},
"product_reference": "bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.4.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.4.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x"
},
"product_reference": "bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.4.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64"
},
"product_reference": "bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-503.40.1.el9_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src"
},
"product_reference": "kernel-0:5.14.0-503.40.1.el9_5.src",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "libperf-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "CRB-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "NFV-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"relates_to_product_reference": "RT-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-42292",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2024-08-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2305437"
}
],
"notes": [
{
"category": "description",
"text": "in linux kernel\u0027s kobject_uevent, zap_modalias_env incorrectly calculates the size of the memory block to move, which may cause out of bounds memory access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: kobject_uevent: Fix OOB access within zap_modalias_env()",
"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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-42292"
},
{
"category": "external",
"summary": "RHBZ#2305437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305437"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-42292",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42292"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42292",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42292"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024081746-CVE-2024-42292-5387@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024081746-CVE-2024-42292-5387@gregkh/T"
}
],
"release_date": "2024-08-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-30T01:14:00+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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4341"
}
],
"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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: kobject_uevent: Fix OOB access within zap_modalias_env()"
},
{
"cve": "CVE-2024-42322",
"discovery_date": "2024-08-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2305467"
}
],
"notes": [
{
"category": "description",
"text": "An improper dereference was found in the Linux kernel in ip_vs_add_service. This may lead to a crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ipvs: properly dereference pe in ip_vs_add_service",
"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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-42322"
},
{
"category": "external",
"summary": "RHBZ#2305467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2305467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-42322",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42322"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024081755-CVE-2024-42322-e2ef@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024081755-CVE-2024-42322-e2ef@gregkh/T"
}
],
"release_date": "2024-08-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-30T01:14:00+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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4341"
}
],
"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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ipvs: properly dereference pe in ip_vs_add_service"
},
{
"cve": "CVE-2024-44990",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2024-09-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2309853"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbonding: fix null pointer deref in bond_ipsec_offload_ok\n\nWe must check if there is an active slave before dereferencing the pointer.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: bonding: fix null pointer deref in bond_ipsec_offload_ok",
"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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-44990"
},
{
"category": "external",
"summary": "RHBZ#2309853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2309853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-44990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-44990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-44990"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024090446-CVE-2024-44990-6b62@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024090446-CVE-2024-44990-6b62@gregkh/T"
}
],
"release_date": "2024-09-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-30T01:14:00+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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4341"
}
],
"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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: bonding: fix null pointer deref in bond_ipsec_offload_ok"
},
{
"cve": "CVE-2024-46826",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-09-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2315178"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nELF: fix kernel.randomize_va_space double read\n\nELF loader uses \"randomize_va_space\" twice. It is sysctl and can change\nat any moment, so 2 loads could see 2 different values in theory with\nunpredictable consequences.\n\nIssue exactly one load for consistent value across one exec.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ELF: fix kernel.randomize_va_space double read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The security impact is limited, because only privileged user can trigger the 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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-46826"
},
{
"category": "external",
"summary": "RHBZ#2315178",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315178"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-46826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46826"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-46826",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46826"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024092750-CVE-2024-46826-7b80@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024092750-CVE-2024-46826-7b80@gregkh/T"
}
],
"release_date": "2024-09-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-30T01:14:00+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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4341"
}
],
"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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ELF: fix kernel.randomize_va_space double read"
},
{
"cve": "CVE-2025-21927",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2025-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2356593"
}
],
"notes": [
{
"category": "description",
"text": "An unchecked buffer bounds flaw was found in the Linux kernel\u0027s NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw results from an improper bounds check, which an attacker could exploit by sending a packet with a too-large header. The driver processing that header will then both read beyond the bounds of the buffer it has allocated, and will also alter memory outside of the buffer when it writes the result of digest calculations. An attacker could thus read otherwise inaccessible kernel memory, causing a denial of service or exfiltrating sensitive data, or write out of bounds, which could lead to an escalation of privileges.\nWhile NVMe over fabric is typically used in the context of a single system, Red Hat\u0027s assessment suggests an Attack Vector of Adjacent. This is due to the possibility of NVMe being used as a storage solution for a cluster or datacenter.\nThe NVMe/TCP driver in RHEL 8 was released as a Technology Preview feature and was never considered stable or fully supported. Therefore, RHEL 8 is out of support scope for this CVE.",
"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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21927"
},
{
"category": "external",
"summary": "RHBZ#2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T"
}
],
"release_date": "2025-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-30T01:14:00+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": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4341"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the `nvme_tcp` module from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. Note that this will make NVMe over TCP fabrics unavailable, and as such is not a suitable mitigation for systems relying on that technology.",
"product_ids": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-64k-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debug-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-devel-matched-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-doc-0:5.14.0-503.40.1.el9_5.noarch",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:kernel-zfcpdump-devel-matched-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rtla-0:5.14.0-503.40.1.el9_5.x86_64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.aarch64",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.ppc64le",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.s390x",
"AppStream-9.5.0.Z.MAIN:rv-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kernel-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-64k-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-abi-stablelists-0:5.14.0-503.40.1.el9_5.noarch",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debug-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kernel-tools-libs-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-uki-virt-addons-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-core-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:kernel-zfcpdump-modules-extra-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-0:5.14.0-503.40.1.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"BaseOS-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-64k-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-aarch64-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-ppc64le-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-s390x-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:kernel-tools-libs-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:kernel-zfcpdump-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.aarch64",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.ppc64le",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.s390x",
"CRB-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"NFV-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:bpftool-debuginfo-0:7.4.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-debuginfo-common-x86_64-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-devel-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-core-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:kernel-tools-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:libperf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64",
"RT-9.5.0.Z.MAIN:python3-perf-debuginfo-0:5.14.0-503.40.1.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()"
}
]
}
RHSA-2025:4469
Vulnerability from csaf_redhat - Published: 2025-05-05 18:01 - Updated: 2026-06-30 03:25An unchecked buffer bounds flaw was found in the Linux kernel's NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.131.1.el9_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() (CVE-2025-21927)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4469",
"url": "https://access.redhat.com/errata/RHSA-2025:4469"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4469.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-30T03:25:31+00:00",
"generator": {
"date": "2026-06-30T03:25:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4469",
"initial_release_date": "2025-05-05T18:01:12+00:00",
"revision_history": [
{
"date": "2025-05-05T18:01:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-05T18:01:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:25:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:9.0::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "bpftool-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "bpftool-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-core-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "python3-perf-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-70.131.1.el9_0.aarch64",
"product": {
"name": "perf-0:5.14.0-70.131.1.el9_0.aarch64",
"product_id": "perf-0:5.14.0-70.131.1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-70.131.1.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "bpftool-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "bpftool-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"product": {
"name": "perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_id": "perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-70.131.1.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "bpftool-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "bpftool-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-core-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "python3-perf-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-70.131.1.el9_0.x86_64",
"product": {
"name": "perf-0:5.14.0-70.131.1.el9_0.x86_64",
"product_id": "perf-0:5.14.0-70.131.1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-70.131.1.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "bpftool-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "bpftool-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-core-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-debug-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-modules-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-tools-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "python3-perf-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-devel-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-70.131.1.el9_0.s390x",
"product": {
"name": "perf-0:5.14.0-70.131.1.el9_0.s390x",
"product_id": "perf-0:5.14.0-70.131.1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-70.131.1.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-70.131.1.el9_0.src",
"product": {
"name": "kernel-0:5.14.0-70.131.1.el9_0.src",
"product_id": "kernel-0:5.14.0-70.131.1.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-70.131.1.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-70.131.1.el9_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-70.131.1.el9_0.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-70.131.1.el9_0.noarch",
"product_id": "kernel-doc-0:5.14.0-70.131.1.el9_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-70.131.1.el9_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-70.131.1.el9_0.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.131.1.el9_0.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-70.131.1.el9_0.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "perf-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "perf-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "perf-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "bpftool-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "bpftool-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "bpftool-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "bpftool-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.131.1.el9_0.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.src"
},
"product_reference": "kernel-0:5.14.0-70.131.1.el9_0.src",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-core-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "python3-perf-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21927",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2025-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2356593"
}
],
"notes": [
{
"category": "description",
"text": "An unchecked buffer bounds flaw was found in the Linux kernel\u0027s NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw results from an improper bounds check, which an attacker could exploit by sending a packet with a too-large header. The driver processing that header will then both read beyond the bounds of the buffer it has allocated, and will also alter memory outside of the buffer when it writes the result of digest calculations. An attacker could thus read otherwise inaccessible kernel memory, causing a denial of service or exfiltrating sensitive data, or write out of bounds, which could lead to an escalation of privileges.\nWhile NVMe over fabric is typically used in the context of a single system, Red Hat\u0027s assessment suggests an Attack Vector of Adjacent. This is due to the possibility of NVMe being used as a storage solution for a cluster or datacenter.\nThe NVMe/TCP driver in RHEL 8 was released as a Technology Preview feature and was never considered stable or fully supported. Therefore, RHEL 8 is out of support scope for this CVE.",
"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": [
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.131.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21927"
},
{
"category": "external",
"summary": "RHBZ#2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T"
}
],
"release_date": "2025-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-05T18:01:12+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": [
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.131.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4469"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the `nvme_tcp` module from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. Note that this will make NVMe over TCP fabrics unavailable, and as such is not a suitable mitigation for systems relying on that technology.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.131.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.131.1.el9_0.noarch",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.131.1.el9_0.noarch",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.131.1.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.s390x",
"BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.131.1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()"
}
]
}
RHSA-2025:4471
Vulnerability from csaf_redhat - Published: 2025-05-06 15:55 - Updated: 2026-06-30 03:28An unchecked buffer bounds flaw was found in the Linux kernel's NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel-rt is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() (CVE-2025-21927)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4471",
"url": "https://access.redhat.com/errata/RHSA-2025:4471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4471.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security update",
"tracking": {
"current_release_date": "2026-06-30T03:28:35+00:00",
"generator": {
"date": "2026-06-30T03:28:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4471",
"initial_release_date": "2025-05-06T15:55:55+00:00",
"revision_history": [
{
"date": "2025-05-06T15:55:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-22T12:25:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:35+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 NFV E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"product": {
"name": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"product_id": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-70.131.1.rt21.203.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-70.131.1.rt21.203.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src"
},
"product_reference": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux NFV E4S (v.9.0)",
"product_id": "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "NFV-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src"
},
"product_reference": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64 as a component of Red Hat Enterprise Linux Real Time E4S (v.9.0)",
"product_id": "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"relates_to_product_reference": "RT-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21927",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2025-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2356593"
}
],
"notes": [
{
"category": "description",
"text": "An unchecked buffer bounds flaw was found in the Linux kernel\u0027s NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw results from an improper bounds check, which an attacker could exploit by sending a packet with a too-large header. The driver processing that header will then both read beyond the bounds of the buffer it has allocated, and will also alter memory outside of the buffer when it writes the result of digest calculations. An attacker could thus read otherwise inaccessible kernel memory, causing a denial of service or exfiltrating sensitive data, or write out of bounds, which could lead to an escalation of privileges.\nWhile NVMe over fabric is typically used in the context of a single system, Red Hat\u0027s assessment suggests an Attack Vector of Adjacent. This is due to the possibility of NVMe being used as a storage solution for a cluster or datacenter.\nThe NVMe/TCP driver in RHEL 8 was released as a Technology Preview feature and was never considered stable or fully supported. Therefore, RHEL 8 is out of support scope for this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21927"
},
{
"category": "external",
"summary": "RHBZ#2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T"
}
],
"release_date": "2025-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T15:55:55+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4471"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the `nvme_tcp` module from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. Note that this will make NVMe over TCP fabrics unavailable, and as such is not a suitable mitigation for systems relying on that technology.",
"product_ids": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.src",
"RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64",
"RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.131.1.rt21.203.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()"
}
]
}
RHSA-2025:4496
Vulnerability from csaf_redhat - Published: 2025-05-06 00:54 - Updated: 2026-06-30 03:28An unchecked buffer bounds flaw was found in the Linux kernel's NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kpatch-patch-5_14_0-284_104_1, kpatch-patch-5_14_0-284_52_1, kpatch-patch-5_14_0-284_79_1, and kpatch-patch-5_14_0-284_92_1 is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This is a kernel live patch module which can be loaded by the kpatch command line utility to modify the code of a running kernel. This patch module is targeted for kernel-5.14.0-284.52.1.el9_2.\n\nSecurity Fix(es):\n\n* kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() (CVE-2025-21927)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4496",
"url": "https://access.redhat.com/errata/RHSA-2025:4496"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4496.json"
}
],
"title": "Red Hat Security Advisory: kpatch-patch-5_14_0-284_104_1, kpatch-patch-5_14_0-284_52_1, kpatch-patch-5_14_0-284_79_1, and kpatch-patch-5_14_0-284_92_1 security update",
"tracking": {
"current_release_date": "2026-06-30T03:28:33+00:00",
"generator": {
"date": "2026-06-30T03:28:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4496",
"initial_release_date": "2025-05-06T00:54:31+00:00",
"revision_history": [
{
"date": "2025-05-06T00:54:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T00:54:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.2::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src",
"product": {
"name": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src",
"product_id": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_52_1@1-10.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src",
"product": {
"name": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src",
"product_id": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1@1-6.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src",
"product": {
"name": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src",
"product_id": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1@1-4.el9_2?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src",
"product": {
"name": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src",
"product_id": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1@1-2.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_52_1@1-10.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_52_1-debugsource@1-10.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_52_1-debuginfo@1-10.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1@1-6.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1-debugsource@1-6.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1-debuginfo@1-6.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1@1-4.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1-debugsource@1-4.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1-debuginfo@1-4.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1@1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1-debugsource@1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le",
"product_id": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1-debuginfo@1-2.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_52_1@1-10.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_52_1-debugsource@1-10.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_52_1-debuginfo@1-10.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1@1-6.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1-debugsource@1-6.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_79_1-debuginfo@1-6.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1@1-4.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1-debugsource@1-4.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_92_1-debuginfo@1-4.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1@1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1-debugsource@1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64",
"product_id": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-284_104_1-debuginfo@1-2.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src"
},
"product_reference": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src"
},
"product_reference": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src"
},
"product_reference": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src"
},
"product_reference": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21927",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2025-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2356593"
}
],
"notes": [
{
"category": "description",
"text": "An unchecked buffer bounds flaw was found in the Linux kernel\u0027s NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw results from an improper bounds check, which an attacker could exploit by sending a packet with a too-large header. The driver processing that header will then both read beyond the bounds of the buffer it has allocated, and will also alter memory outside of the buffer when it writes the result of digest calculations. An attacker could thus read otherwise inaccessible kernel memory, causing a denial of service or exfiltrating sensitive data, or write out of bounds, which could lead to an escalation of privileges.\nWhile NVMe over fabric is typically used in the context of a single system, Red Hat\u0027s assessment suggests an Attack Vector of Adjacent. This is due to the possibility of NVMe being used as a storage solution for a cluster or datacenter.\nThe NVMe/TCP driver in RHEL 8 was released as a Technology Preview feature and was never considered stable or fully supported. Therefore, RHEL 8 is out of support scope for this CVE.",
"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-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21927"
},
{
"category": "external",
"summary": "RHBZ#2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T"
}
],
"release_date": "2025-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T00:54:31+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-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4496"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the `nvme_tcp` module from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. Note that this will make NVMe over TCP fabrics unavailable, and as such is not a suitable mitigation for systems relying on that technology.",
"product_ids": [
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debuginfo-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_104_1-debugsource-0:1-2.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debuginfo-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_52_1-debugsource-0:1-10.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debuginfo-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_79_1-debugsource-0:1-6.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.src",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-0:1-4.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debuginfo-0:1-4.el9_2.x86_64",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.ppc64le",
"BaseOS-9.2.0.Z.EUS:kpatch-patch-5_14_0-284_92_1-debugsource-0:1-4.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()"
}
]
}
RHSA-2025:4497
Vulnerability from csaf_redhat - Published: 2025-05-06 00:56 - Updated: 2026-06-30 03:28An unchecked buffer bounds flaw was found in the Linux kernel's NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kpatch-patch-5_14_0-427_13_1, kpatch-patch-5_14_0-427_31_1, kpatch-patch-5_14_0-427_44_1, and kpatch-patch-5_14_0-427_55_1 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This is a kernel live patch module which can be loaded by the kpatch command line utility to modify the code of a running kernel. This patch module is targeted for kernel-5.14.0-427.13.1.el9_4.\n\nSecurity Fix(es):\n\n* kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() (CVE-2025-21927)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4497",
"url": "https://access.redhat.com/errata/RHSA-2025:4497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4497.json"
}
],
"title": "Red Hat Security Advisory: kpatch-patch-5_14_0-427_13_1, kpatch-patch-5_14_0-427_31_1, kpatch-patch-5_14_0-427_44_1, and kpatch-patch-5_14_0-427_55_1 security update",
"tracking": {
"current_release_date": "2026-06-30T03:28:38+00:00",
"generator": {
"date": "2026-06-30T03:28:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4497",
"initial_release_date": "2025-05-06T00:56:01+00:00",
"revision_history": [
{
"date": "2025-05-06T00:56:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T00:56:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.4::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src",
"product": {
"name": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src",
"product_id": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_13_1@1-8.el9_4?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src",
"product": {
"name": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src",
"product_id": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_31_1@1-6.el9_4?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src",
"product": {
"name": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src",
"product_id": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_44_1@1-4.el9_4?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src",
"product": {
"name": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src",
"product_id": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_55_1@1-2.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_13_1@1-8.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_13_1-debugsource@1-8.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_13_1-debuginfo@1-8.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_31_1@1-6.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_31_1-debugsource@1-6.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_31_1-debuginfo@1-6.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_44_1@1-4.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_44_1-debugsource@1-4.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_44_1-debuginfo@1-4.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_55_1@1-2.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_55_1-debugsource@1-2.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le",
"product_id": "kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_55_1-debuginfo@1-2.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_13_1@1-8.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_13_1-debugsource@1-8.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_13_1-debuginfo@1-8.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_31_1@1-6.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_31_1-debugsource@1-6.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_31_1-debuginfo@1-6.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_44_1@1-4.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_44_1-debugsource@1-4.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_44_1-debuginfo@1-4.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_55_1@1-2.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_55_1-debugsource@1-2.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64",
"product_id": "kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-427_55_1-debuginfo@1-2.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src"
},
"product_reference": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src"
},
"product_reference": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src"
},
"product_reference": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src"
},
"product_reference": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21927",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2025-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2356593"
}
],
"notes": [
{
"category": "description",
"text": "An unchecked buffer bounds flaw was found in the Linux kernel\u0027s NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw results from an improper bounds check, which an attacker could exploit by sending a packet with a too-large header. The driver processing that header will then both read beyond the bounds of the buffer it has allocated, and will also alter memory outside of the buffer when it writes the result of digest calculations. An attacker could thus read otherwise inaccessible kernel memory, causing a denial of service or exfiltrating sensitive data, or write out of bounds, which could lead to an escalation of privileges.\nWhile NVMe over fabric is typically used in the context of a single system, Red Hat\u0027s assessment suggests an Attack Vector of Adjacent. This is due to the possibility of NVMe being used as a storage solution for a cluster or datacenter.\nThe NVMe/TCP driver in RHEL 8 was released as a Technology Preview feature and was never considered stable or fully supported. Therefore, RHEL 8 is out of support scope for this CVE.",
"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-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21927"
},
{
"category": "external",
"summary": "RHBZ#2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T"
}
],
"release_date": "2025-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T00:56:01+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-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4497"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the `nvme_tcp` module from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. Note that this will make NVMe over TCP fabrics unavailable, and as such is not a suitable mitigation for systems relying on that technology.",
"product_ids": [
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debuginfo-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_13_1-debugsource-0:1-8.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debuginfo-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_31_1-debugsource-0:1-6.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debuginfo-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_44_1-debugsource-0:1-4.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-0:1-2.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debuginfo-0:1-2.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kpatch-patch-5_14_0-427_55_1-debugsource-0:1-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()"
}
]
}
RHSA-2025:4498
Vulnerability from csaf_redhat - Published: 2025-05-06 00:51 - Updated: 2026-06-30 03:28An unchecked buffer bounds flaw was found in the Linux kernel's NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kpatch-patch-5_14_0-70_112_1, kpatch-patch-5_14_0-70_121_1, kpatch-patch-5_14_0-70_124_1, and kpatch-patch-5_14_0-70_85_1 is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This is a kernel live patch module which can be loaded by the kpatch command line utility to modify the code of a running kernel. This patch module is targeted for kernel-5.14.0-70.85.1.el9_0.\n\nSecurity Fix(es):\n\n* kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() (CVE-2025-21927)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4498",
"url": "https://access.redhat.com/errata/RHSA-2025:4498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4498.json"
}
],
"title": "Red Hat Security Advisory: kpatch-patch-5_14_0-70_112_1, kpatch-patch-5_14_0-70_121_1, kpatch-patch-5_14_0-70_124_1, and kpatch-patch-5_14_0-70_85_1 security update",
"tracking": {
"current_release_date": "2026-06-30T03:28:32+00:00",
"generator": {
"date": "2026-06-30T03:28:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4498",
"initial_release_date": "2025-05-06T00:51:35+00:00",
"revision_history": [
{
"date": "2025-05-06T00:51:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T00:51:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:9.0::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src",
"product": {
"name": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src",
"product_id": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1@1-10.el9_0?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src",
"product": {
"name": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src",
"product_id": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_112_1@1-6.el9_0?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src",
"product": {
"name": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src",
"product_id": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_121_1@1-5.el9_0?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src",
"product": {
"name": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src",
"product_id": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_124_1@1-3.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1@1-10.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1-debugsource@1-10.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1-debuginfo@1-10.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_112_1@1-6.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_112_1-debugsource@1-6.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_112_1-debuginfo@1-6.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_121_1@1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_121_1-debugsource@1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_121_1-debuginfo@1-5.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_124_1@1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_124_1-debugsource@1-3.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le",
"product_id": "kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_124_1-debuginfo@1-3.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1@1-10.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1-debugsource@1-10.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1-debuginfo@1-10.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_112_1@1-6.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_112_1-debugsource@1-6.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_112_1-debuginfo@1-6.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_121_1@1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_121_1-debugsource@1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_121_1-debuginfo@1-5.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_124_1@1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_124_1-debugsource@1-3.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64",
"product_id": "kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_124_1-debuginfo@1-3.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src"
},
"product_reference": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src"
},
"product_reference": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src"
},
"product_reference": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src"
},
"product_reference": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21927",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2025-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2356593"
}
],
"notes": [
{
"category": "description",
"text": "An unchecked buffer bounds flaw was found in the Linux kernel\u0027s NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw results from an improper bounds check, which an attacker could exploit by sending a packet with a too-large header. The driver processing that header will then both read beyond the bounds of the buffer it has allocated, and will also alter memory outside of the buffer when it writes the result of digest calculations. An attacker could thus read otherwise inaccessible kernel memory, causing a denial of service or exfiltrating sensitive data, or write out of bounds, which could lead to an escalation of privileges.\nWhile NVMe over fabric is typically used in the context of a single system, Red Hat\u0027s assessment suggests an Attack Vector of Adjacent. This is due to the possibility of NVMe being used as a storage solution for a cluster or datacenter.\nThe NVMe/TCP driver in RHEL 8 was released as a Technology Preview feature and was never considered stable or fully supported. Therefore, RHEL 8 is out of support scope for this CVE.",
"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-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21927"
},
{
"category": "external",
"summary": "RHBZ#2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T"
}
],
"release_date": "2025-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T00:51:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4498"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the `nvme_tcp` module from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. Note that this will make NVMe over TCP fabrics unavailable, and as such is not a suitable mitigation for systems relying on that technology.",
"product_ids": [
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debuginfo-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_112_1-debugsource-0:1-6.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debuginfo-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_121_1-debugsource-0:1-5.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debuginfo-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_124_1-debugsource-0:1-3.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.src",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-0:1-10.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-10.el9_0.x86_64",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.ppc64le",
"BaseOS-9.0.0.Z.E4S:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-10.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()"
}
]
}
RHSA-2025:4499
Vulnerability from csaf_redhat - Published: 2025-05-06 01:08 - Updated: 2026-06-30 03:28An unchecked buffer bounds flaw was found in the Linux kernel's NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kpatch-patch-5_14_0-503_15_1 and kpatch-patch-5_14_0-503_26_1 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This is a kernel live patch module which can be loaded by the kpatch command line utility to modify the code of a running kernel. This patch module is targeted for kernel-5.14.0-503.15.1.el9_5.\n\nSecurity Fix(es):\n\n* kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu() (CVE-2025-21927)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4499",
"url": "https://access.redhat.com/errata/RHSA-2025:4499"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4499.json"
}
],
"title": "Red Hat Security Advisory: kpatch-patch-5_14_0-503_15_1 and kpatch-patch-5_14_0-503_26_1 security update",
"tracking": {
"current_release_date": "2026-06-30T03:28:33+00:00",
"generator": {
"date": "2026-06-30T03:28:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2025:4499",
"initial_release_date": "2025-05-06T01:08:56+00:00",
"revision_history": [
{
"date": "2025-05-06T01:08:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-06T01:08:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:28:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src",
"product": {
"name": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src",
"product_id": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_15_1@1-4.el9_5?arch=src"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src",
"product": {
"name": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src",
"product_id": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_26_1@1-3.el9_5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le",
"product_id": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_15_1@1-4.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le",
"product_id": "kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_15_1-debugsource@1-4.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le",
"product_id": "kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_15_1-debuginfo@1-4.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le",
"product_id": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_26_1@1-3.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le",
"product_id": "kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_26_1-debugsource@1-3.el9_5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le",
"product": {
"name": "kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le",
"product_id": "kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_26_1-debuginfo@1-3.el9_5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64",
"product_id": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_15_1@1-4.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64",
"product_id": "kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_15_1-debugsource@1-4.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64",
"product_id": "kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_15_1-debuginfo@1-4.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64",
"product_id": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_26_1@1-3.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64",
"product_id": "kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_26_1-debugsource@1-3.el9_5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64",
"product": {
"name": "kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64",
"product_id": "kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-503_26_1-debuginfo@1-3.el9_5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src"
},
"product_reference": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src"
},
"product_reference": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le"
},
"product_reference": "kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64"
},
"product_reference": "kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64",
"relates_to_product_reference": "BaseOS-9.5.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-21927",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2025-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2356593"
}
],
"notes": [
{
"category": "description",
"text": "An unchecked buffer bounds flaw was found in the Linux kernel\u0027s NVMe TCP Fabrics driver. An attacker with the ability to send a crafted packet to an affected NVMe host could exploit this flaw to alter kernel memory, leading to an escalation of privileges or a compromise of system integrity or stability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw results from an improper bounds check, which an attacker could exploit by sending a packet with a too-large header. The driver processing that header will then both read beyond the bounds of the buffer it has allocated, and will also alter memory outside of the buffer when it writes the result of digest calculations. An attacker could thus read otherwise inaccessible kernel memory, causing a denial of service or exfiltrating sensitive data, or write out of bounds, which could lead to an escalation of privileges.\nWhile NVMe over fabric is typically used in the context of a single system, Red Hat\u0027s assessment suggests an Attack Vector of Adjacent. This is due to the possibility of NVMe being used as a storage solution for a cluster or datacenter.\nThe NVMe/TCP driver in RHEL 8 was released as a Technology Preview feature and was never considered stable or fully supported. Therefore, RHEL 8 is out of support scope for this CVE.",
"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-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21927"
},
{
"category": "external",
"summary": "RHBZ#2356593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21927"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025040133-CVE-2025-21927-36d6@gregkh/T"
}
],
"release_date": "2025-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-06T01:08: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-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4499"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the `nvme_tcp` module from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically. Note that this will make NVMe over TCP fabrics unavailable, and as such is not a suitable mitigation for systems relying on that technology.",
"product_ids": [
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debuginfo-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_15_1-debugsource-0:1-4.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.src",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-0:1-3.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debuginfo-0:1-3.el9_5.x86_64",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.ppc64le",
"BaseOS-9.5.0.Z.MAIN:kpatch-patch-5_14_0-503_26_1-debugsource-0:1-3.el9_5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()"
}
]
}
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.