Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-23191 (GCVE-0-2026-23191)
Vulnerability from cvelistv5 – Published: 2026-02-14 16:27 – Updated: 2026-06-16 20:20| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
b1c73fc8e697eb73e23603e465e9af2711ed4183 , < bad15420050db1803767e58756114800cce91ea4
(git)
Affected: b1c73fc8e697eb73e23603e465e9af2711ed4183 , < 5727ccf9d19ca414cb76d9b647883822e2789c2e (git) Affected: b1c73fc8e697eb73e23603e465e9af2711ed4183 , < 826af7fa62e347464b1b4e0ba2fe19a92438084f (git) |
|
| Linux | Linux |
Affected:
2.6.37
Unaffected: 0 , < 2.6.37 (semver) Unaffected: 6.12.70 , ≤ 6.12.* (semver) Unaffected: 6.18.10 , ≤ 6.18.* (semver) Unaffected: 6.19 , ≤ * (original_commit_for_fix) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-23191",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-16T20:20:28.206628Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-16T20:20:36.627Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"sound/drivers/aloop.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "bad15420050db1803767e58756114800cce91ea4",
"status": "affected",
"version": "b1c73fc8e697eb73e23603e465e9af2711ed4183",
"versionType": "git"
},
{
"lessThan": "5727ccf9d19ca414cb76d9b647883822e2789c2e",
"status": "affected",
"version": "b1c73fc8e697eb73e23603e465e9af2711ed4183",
"versionType": "git"
},
{
"lessThan": "826af7fa62e347464b1b4e0ba2fe19a92438084f",
"status": "affected",
"version": "b1c73fc8e697eb73e23603e465e9af2711ed4183",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"sound/drivers/aloop.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "2.6.37"
},
{
"lessThan": "2.6.37",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.70",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.10",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.19",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.70",
"versionStartIncluding": "2.6.37",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.10",
"versionStartIncluding": "2.6.37",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19",
"versionStartIncluding": "2.6.37",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: aloop: Fix racy access at PCM trigger\n\nThe PCM trigger callback of aloop driver tries to check the PCM state\nand stop the stream of the tied substream in the corresponding cable.\nSince both check and stop operations are performed outside the cable\nlock, this may result in UAF when a program attempts to trigger\nfrequently while opening/closing the tied stream, as spotted by\nfuzzers.\n\nFor addressing the UAF, this patch changes two things:\n- It covers the most of code in loopback_check_format() with\n cable-\u003elock spinlock, and add the proper NULL checks. This avoids\n already some racy accesses.\n- In addition, now we try to check the state of the capture PCM stream\n that may be stopped in this function, which was the major pain point\n leading to UAF."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T22:02:05.240Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/bad15420050db1803767e58756114800cce91ea4"
},
{
"url": "https://git.kernel.org/stable/c/5727ccf9d19ca414cb76d9b647883822e2789c2e"
},
{
"url": "https://git.kernel.org/stable/c/826af7fa62e347464b1b4e0ba2fe19a92438084f"
}
],
"title": "ALSA: aloop: Fix racy access at PCM trigger",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-23191",
"datePublished": "2026-02-14T16:27:18.882Z",
"dateReserved": "2026-01-13T15:37:45.985Z",
"dateUpdated": "2026-06-16T20:20:36.627Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-23191",
"date": "2026-07-24",
"epss": "0.00113",
"percentile": "0.01688"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-23191\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-02-14T17:15:56.917\",\"lastModified\":\"2026-06-17T10:21:04.153\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nALSA: aloop: Fix racy access at PCM trigger\\n\\nThe PCM trigger callback of aloop driver tries to check the PCM state\\nand stop the stream of the tied substream in the corresponding cable.\\nSince both check and stop operations are performed outside the cable\\nlock, this may result in UAF when a program attempts to trigger\\nfrequently while opening/closing the tied stream, as spotted by\\nfuzzers.\\n\\nFor addressing the UAF, this patch changes two things:\\n- It covers the most of code in loopback_check_format() with\\n cable-\u003elock spinlock, and add the proper NULL checks. This avoids\\n already some racy accesses.\\n- In addition, now we try to check the state of the capture PCM stream\\n that may be stopped in this function, which was the major pain point\\n leading to UAF.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta:\\n\\nALSA: aloop: Corrige el acceso con condiciones de carrera en el disparador PCM\\n\\nLa funci\u00f3n de devoluci\u00f3n de llamada del disparador PCM del controlador aloop intenta verificar el estado de PCM y detener el flujo del subflujo vinculado en el cable correspondiente. Dado que tanto las operaciones de verificaci\u00f3n como las de detenci\u00f3n se realizan fuera del bloqueo del cable, esto puede resultar en UAF cuando un programa intenta disparar frecuentemente mientras abre/cierra el flujo vinculado, como detectaron los fuzzers.\\n\\nPara abordar el UAF, este parche cambia dos cosas:\\n- Cubre la mayor parte del c\u00f3digo en loopback_check_format() con el spinlock cable-\u0026gt;lock, y a\u00f1ade las comprobaciones de NULL adecuadas. Esto ya evita algunos accesos con condiciones de carrera.\\n- Adem\u00e1s, ahora intentamos verificar el estado del flujo PCM de captura que puede ser detenido en esta funci\u00f3n, lo cual era el principal punto problem\u00e1tico que conduc\u00eda al UAF.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"sound/drivers/aloop.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"b1c73fc8e697eb73e23603e465e9af2711ed4183\",\"lessThan\":\"bad15420050db1803767e58756114800cce91ea4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b1c73fc8e697eb73e23603e465e9af2711ed4183\",\"lessThan\":\"5727ccf9d19ca414cb76d9b647883822e2789c2e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b1c73fc8e697eb73e23603e465e9af2711ed4183\",\"lessThan\":\"826af7fa62e347464b1b4e0ba2fe19a92438084f\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"sound/drivers/aloop.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.37\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.37\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.70\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.10\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"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},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-16T20:20:28.206628Z\",\"id\":\"CVE-2026-23191\",\"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-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.6.37\",\"versionEndExcluding\":\"6.12.70\",\"matchCriteriaId\":\"57FD0C99-9777-4D7D-8B2A-229D38298229\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.10\",\"matchCriteriaId\":\"7156C23F-009E-4D05-838C-A2DA417B5B8D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"17B67AA7-40D6-4AFA-8459-F200F3D7CFD1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"C47E4CC9-C826-4FA9-B014-7FE3D9B318B2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F71D92C0-C023-48BD-B3B6-70B638EEE298\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"13580667-0A98-40CC-B29F-D12790B91BDB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"CAD1FED7-CF48-47BF-AC7D-7B6FA3C065FC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"3EF854A1-ABB1-4E93-BE9A-44569EC76C0D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"F5DC0CA6-F0AF-4DDF-A882-3DADB9A886A7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.19:rc8:*:*:*:*:*:*\",\"matchCriteriaId\":\"EB5B7DFC-C36B-45D8-922C-877569FDDF43\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/5727ccf9d19ca414cb76d9b647883822e2789c2e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/826af7fa62e347464b1b4e0ba2fe19a92438084f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/bad15420050db1803767e58756114800cce91ea4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-01T14:06:06+00:00",
"cve": "CVE-2026-23191",
"id": "CVE-2026-23191",
"initial_release_date": "2026-02-14T00:00:00+00:00",
"product_status:fixed": "2084",
"product_status:known_affected": "22",
"product_status:known_not_affected": "14",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: ALSA: aloop: Fix racy access at PCM trigger",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-23191.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-23191\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-16T20:20:28.206628Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-16T20:20:32.967Z\"}}], \"cna\": {\"title\": \"ALSA: aloop: Fix racy access at PCM trigger\", \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\"}}], \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"b1c73fc8e697eb73e23603e465e9af2711ed4183\", \"lessThan\": \"bad15420050db1803767e58756114800cce91ea4\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b1c73fc8e697eb73e23603e465e9af2711ed4183\", \"lessThan\": \"5727ccf9d19ca414cb76d9b647883822e2789c2e\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b1c73fc8e697eb73e23603e465e9af2711ed4183\", \"lessThan\": \"826af7fa62e347464b1b4e0ba2fe19a92438084f\", \"versionType\": \"git\"}], \"programFiles\": [\"sound/drivers/aloop.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.6.37\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"2.6.37\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.12.70\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.18.10\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.18.*\"}, {\"status\": \"unaffected\", \"version\": \"6.19\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"sound/drivers/aloop.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/bad15420050db1803767e58756114800cce91ea4\"}, {\"url\": \"https://git.kernel.org/stable/c/5727ccf9d19ca414cb76d9b647883822e2789c2e\"}, {\"url\": \"https://git.kernel.org/stable/c/826af7fa62e347464b1b4e0ba2fe19a92438084f\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nALSA: aloop: Fix racy access at PCM trigger\\n\\nThe PCM trigger callback of aloop driver tries to check the PCM state\\nand stop the stream of the tied substream in the corresponding cable.\\nSince both check and stop operations are performed outside the cable\\nlock, this may result in UAF when a program attempts to trigger\\nfrequently while opening/closing the tied stream, as spotted by\\nfuzzers.\\n\\nFor addressing the UAF, this patch changes two things:\\n- It covers the most of code in loopback_check_format() with\\n cable-\u003elock spinlock, and add the proper NULL checks. This avoids\\n already some racy accesses.\\n- In addition, now we try to check the state of the capture PCM stream\\n that may be stopped in this function, which was the major pain point\\n leading to UAF.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.70\", \"versionStartIncluding\": \"2.6.37\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.18.10\", \"versionStartIncluding\": \"2.6.37\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.19\", \"versionStartIncluding\": \"2.6.37\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-11T22:02:05.240Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-23191\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-16T20:20:36.627Z\", \"dateReserved\": \"2026-01-13T15:37:45.985Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2026-02-14T16:27:18.882Z\", \"assignerShortName\": \"Linux\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0746
Vulnerability from certfr_avis - Published: 2026-06-12 - Updated: 2026-06-12
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 26.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 18.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 25.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 14.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2026-43078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43078"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2026-23260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23260"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2026-23129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23129"
},
{
"name": "CVE-2025-38201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38201"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2026-47329",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47329"
},
{
"name": "CVE-2025-68749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68749"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2026-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23159"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2026-47330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47330"
},
{
"name": "CVE-2025-40039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40039"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2026-23187",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23187"
},
{
"name": "CVE-2026-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23136"
},
{
"name": "CVE-2026-23139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23139"
},
{
"name": "CVE-2025-71189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71189"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2026-23258",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23258"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-38591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38591"
},
{
"name": "CVE-2026-43284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43284"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2026-23059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23059"
},
{
"name": "CVE-2026-23135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23135"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2026-23173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23173"
},
{
"name": "CVE-2026-23123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23123"
},
{
"name": "CVE-2026-31431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31431"
},
{
"name": "CVE-2026-23094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23094"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-40082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40082"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2026-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23163"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2026-23057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23057"
},
{
"name": "CVE-2025-37926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37926"
},
{
"name": "CVE-2026-43033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43033"
},
{
"name": "CVE-2026-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23166"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2026-23264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23264"
},
{
"name": "CVE-2026-47331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47331"
},
{
"name": "CVE-2026-43503",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43503"
},
{
"name": "CVE-2026-23256",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23256"
},
{
"name": "CVE-2026-23116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23116"
},
{
"name": "CVE-2025-71200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71200"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-23172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23172"
},
{
"name": "CVE-2026-43500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43500"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2026-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23131"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2026-23032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23032"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2026-23005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23005"
},
{
"name": "CVE-2026-47328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47328"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2026-23030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23030"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2026-31533",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31533"
},
{
"name": "CVE-2026-48681",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48681"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2026-47332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47332"
},
{
"name": "CVE-2025-71220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71220"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2026-23180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23180"
},
{
"name": "CVE-2026-23006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23006"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2026-22994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22994"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2026-23262",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23262"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2026-46000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46000"
},
{
"name": "CVE-2026-47334",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47334"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-23200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23200"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2026-43077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43077"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2026-47335",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47335"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2026-47336",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47336"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2026-46300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46300"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2026-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23140"
},
{
"name": "CVE-2026-23107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23107"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2026-45998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45998"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2026-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23215"
},
{
"name": "CVE-2026-23025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23025"
},
{
"name": "CVE-2026-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23151"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2026-23205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23205"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2026-31504",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31504"
},
{
"name": "CVE-2026-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23142"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2026-47327",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47327"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2026-23274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23274"
},
{
"name": "CVE-2026-47326",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47326"
},
{
"name": "CVE-2026-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23144"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2025-71268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71268"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2025-68351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68351"
},
{
"name": "CVE-2025-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40149"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2026-23257",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23257"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2026-47337",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47337"
},
{
"name": "CVE-2026-23168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23168"
},
{
"name": "CVE-2024-50004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50004"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2024-35862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35862"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-23065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23065"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2026-23261",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23261"
},
{
"name": "CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2026-23062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23062"
},
{
"name": "CVE-2026-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23160"
},
{
"name": "CVE-2026-46333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46333"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-47333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47333"
},
{
"name": "CVE-2026-23206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23206"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2026-31676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31676"
},
{
"name": "CVE-2026-46447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46447"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2025-68823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68823"
},
{
"name": "CVE-2026-23394",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23394"
},
{
"name": "CVE-2026-23010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23010"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2026-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23148"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2026-23102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23102"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2026-46028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46028"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2026-23053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23053"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2026-44917",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44917"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2026-23351",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23351"
},
{
"name": "CVE-2026-23254",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23254"
},
{
"name": "CVE-2026-43494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43494"
}
],
"initial_release_date": "2026-06-12T00:00:00",
"last_revision_date": "2026-06-12T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0746",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-12T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2026-06-11",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8426-1",
"url": "https://ubuntu.com/security/notices/USN-8426-1"
},
{
"published_at": "2026-06-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8361-2",
"url": "https://ubuntu.com/security/notices/USN-8361-2"
},
{
"published_at": "2026-06-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8391-1",
"url": "https://ubuntu.com/security/notices/USN-8391-1"
},
{
"published_at": "2026-06-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8393-1",
"url": "https://ubuntu.com/security/notices/USN-8393-1"
},
{
"published_at": "2026-06-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8388-1",
"url": "https://ubuntu.com/security/notices/USN-8388-1"
},
{
"published_at": "2026-06-11",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8421-1",
"url": "https://ubuntu.com/security/notices/USN-8421-1"
},
{
"published_at": "2026-06-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8392-1",
"url": "https://ubuntu.com/security/notices/USN-8392-1"
},
{
"published_at": "2026-06-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8389-1",
"url": "https://ubuntu.com/security/notices/USN-8389-1"
},
{
"published_at": "2026-06-04",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8390-1",
"url": "https://ubuntu.com/security/notices/USN-8390-1"
}
]
}
CERTFR-2026-AVI-0781
Vulnerability from certfr_avis - Published: 2026-06-19 - Updated: 2026-06-19
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.2 ppc64le | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.18 for RHEL 9 ppc64le | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.21 for RHEL 9 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.18 for RHEL 8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.2 s390x | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.20 for RHEL 8 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.20 for RHEL 8 ppc64le | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.20 for RHEL 8 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.20 for RHEL 9 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.2 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.21 for RHEL 8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.20 for RHEL 9 s390x | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.21 for RHEL 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.19 for RHEL 9 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.20 for RHEL 9 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.21 for RHEL 9 ppc64le | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.21 for RHEL 8 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.19 for RHEL 9 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.18 for RHEL 9 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.19 for RHEL 8 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 8.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.20 for RHEL 9 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.20 for RHEL 8 s390x | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.18 for RHEL 9 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.18 for RHEL 8 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.21 for RHEL 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.19 for RHEL 8 s390x | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.19 for RHEL 9 s390x | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for ARM 64 4.21 for RHEL 9 aarch64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.19 for RHEL 9 ppc64le | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.18 for RHEL 9 s390x | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.21 for RHEL 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.19 for RHEL 8 ppc64le | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform for Power 4.18 for RHEL 8 ppc64le | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.18 for RHEL 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 8.10 x86_64 | ||
| Red Hat | N/A | Red Hat OpenShift Container Platform 4.19 for RHEL 8 x86_64 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.18 for RHEL 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.21 for RHEL 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.18 for RHEL 8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.20 for RHEL 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.20 for RHEL 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.20 for RHEL 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.20 for RHEL 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.21 for RHEL 8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.20 for RHEL 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.21 for RHEL 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.19 for RHEL 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.20 for RHEL 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.21 for RHEL 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.21 for RHEL 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.19 for RHEL 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.18 for RHEL 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.19 for RHEL 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.20 for RHEL 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.20 for RHEL 8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.18 for RHEL 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.18 for RHEL 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.21 for RHEL 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.19 for RHEL 8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.19 for RHEL 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.21 for RHEL 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.19 for RHEL 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.18 for RHEL 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.21 for RHEL 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.19 for RHEL 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.18 for RHEL 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.18 for RHEL 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 8.10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.19 for RHEL 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4878"
},
{
"name": "CVE-2026-31685",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31685"
},
{
"name": "CVE-2026-46227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46227"
},
{
"name": "CVE-2026-31787",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31787"
},
{
"name": "CVE-2026-43163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43163"
},
{
"name": "CVE-2026-31786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31786"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2025-68724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68724"
},
{
"name": "CVE-2026-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46243"
},
{
"name": "CVE-2026-31669",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31669"
},
{
"name": "CVE-2024-41073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41073"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2026-35385",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35385"
},
{
"name": "CVE-2026-43158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43158"
},
{
"name": "CVE-2026-23243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23243"
},
{
"name": "CVE-2026-41326",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41326"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"name": "CVE-2025-40158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40158"
},
{
"name": "CVE-2026-23392",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23392"
},
{
"name": "CVE-2026-46125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46125"
},
{
"name": "CVE-2026-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46152"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2025-71116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71116"
},
{
"name": "CVE-2026-31532",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31532"
},
{
"name": "CVE-2026-43190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43190"
},
{
"name": "CVE-2026-46056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46056"
},
{
"name": "CVE-2026-23455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23455"
},
{
"name": "CVE-2025-40170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40170"
},
{
"name": "CVE-2025-68366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68366"
},
{
"name": "CVE-2026-43110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43110"
},
{
"name": "CVE-2026-41035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41035"
},
{
"name": "CVE-2026-43303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43303"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-43037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43037"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2023-53372",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53372"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2026-43116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43116"
},
{
"name": "CVE-2026-43329",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43329"
},
{
"name": "CVE-2026-43038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43038"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
}
],
"initial_release_date": "2026-06-19T00:00:00",
"last_revision_date": "2026-06-19T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0781",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-19T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2026-06-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:26462",
"url": "https://access.redhat.com/errata/RHSA-2026:26462"
},
{
"published_at": "2026-06-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:26515",
"url": "https://access.redhat.com/errata/RHSA-2026:26515"
},
{
"published_at": "2026-06-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:25181",
"url": "https://access.redhat.com/errata/RHSA-2026:25181"
},
{
"published_at": "2026-06-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:26570",
"url": "https://access.redhat.com/errata/RHSA-2026:26570"
},
{
"published_at": "2026-06-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:25534",
"url": "https://access.redhat.com/errata/RHSA-2026:25534"
},
{
"published_at": "2026-06-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:25533",
"url": "https://access.redhat.com/errata/RHSA-2026:25533"
},
{
"published_at": "2026-06-16",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:26428",
"url": "https://access.redhat.com/errata/RHSA-2026:26428"
},
{
"published_at": "2026-06-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:26535",
"url": "https://access.redhat.com/errata/RHSA-2026:26535"
},
{
"published_at": "2026-06-17",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:25200",
"url": "https://access.redhat.com/errata/RHSA-2026:25200"
},
{
"published_at": "2026-06-16",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:25186",
"url": "https://access.redhat.com/errata/RHSA-2026:25186"
},
{
"published_at": "2026-06-16",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:25193",
"url": "https://access.redhat.com/errata/RHSA-2026:25193"
}
]
}
CERTFR-2026-AVI-0787
Vulnerability from certfr_avis - Published: 2026-06-19 - Updated: 2026-06-19
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-71075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71075"
},
{
"name": "CVE-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2026-43078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43078"
},
{
"name": "CVE-2025-71086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71086"
},
{
"name": "CVE-2026-23260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23260"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2025-71065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71065"
},
{
"name": "CVE-2025-68374",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68374"
},
{
"name": "CVE-2026-23129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23129"
},
{
"name": "CVE-2025-38201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38201"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2026-47329",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47329"
},
{
"name": "CVE-2025-68749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68749"
},
{
"name": "CVE-2025-71094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71094"
},
{
"name": "CVE-2025-68788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68788"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2025-68778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68778"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2025-71064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71064"
},
{
"name": "CVE-2026-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23159"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2025-68741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68741"
},
{
"name": "CVE-2025-68795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68795"
},
{
"name": "CVE-2025-68349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68349"
},
{
"name": "CVE-2025-68380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68380"
},
{
"name": "CVE-2023-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2640"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2025-71071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71071"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2025-68728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68728"
},
{
"name": "CVE-2025-68364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68364"
},
{
"name": "CVE-2026-47330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47330"
},
{
"name": "CVE-2025-71087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71087"
},
{
"name": "CVE-2025-40039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40039"
},
{
"name": "CVE-2025-71135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71135"
},
{
"name": "CVE-2025-68746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68746"
},
{
"name": "CVE-2025-68773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68773"
},
{
"name": "CVE-2025-71133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71133"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2025-68796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68796"
},
{
"name": "CVE-2026-23187",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23187"
},
{
"name": "CVE-2026-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23136"
},
{
"name": "CVE-2026-23139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23139"
},
{
"name": "CVE-2025-68804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68804"
},
{
"name": "CVE-2025-68769",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68769"
},
{
"name": "CVE-2025-68794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68794"
},
{
"name": "CVE-2025-71189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71189"
},
{
"name": "CVE-2025-71088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71088"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2026-23258",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23258"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-38591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38591"
},
{
"name": "CVE-2025-68806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68806"
},
{
"name": "CVE-2026-43284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43284"
},
{
"name": "CVE-2025-71098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71098"
},
{
"name": "CVE-2025-71078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71078"
},
{
"name": "CVE-2026-43362",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43362"
},
{
"name": "CVE-2025-71083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71083"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2026-23059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23059"
},
{
"name": "CVE-2025-68813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68813"
},
{
"name": "CVE-2026-23135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23135"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2025-68265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68265"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"name": "CVE-2026-23173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23173"
},
{
"name": "CVE-2026-23123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23123"
},
{
"name": "CVE-2025-68344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68344"
},
{
"name": "CVE-2025-71154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71154"
},
{
"name": "CVE-2025-68257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68257"
},
{
"name": "CVE-2026-31431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31431"
},
{
"name": "CVE-2025-71084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71084"
},
{
"name": "CVE-2026-23094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23094"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2025-68347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68347"
},
{
"name": "CVE-2025-68770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68770"
},
{
"name": "CVE-2025-68814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68814"
},
{
"name": "CVE-2025-68780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68780"
},
{
"name": "CVE-2025-71081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71081"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2025-71121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71121"
},
{
"name": "CVE-2025-38022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38022"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-71136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71136"
},
{
"name": "CVE-2025-68354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68354"
},
{
"name": "CVE-2025-68801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68801"
},
{
"name": "CVE-2025-40082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40082"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2025-68258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68258"
},
{
"name": "CVE-2026-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23163"
},
{
"name": "CVE-2026-23057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23057"
},
{
"name": "CVE-2025-37926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37926"
},
{
"name": "CVE-2025-71138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71138"
},
{
"name": "CVE-2026-43033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43033"
},
{
"name": "CVE-2026-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23166"
},
{
"name": "CVE-2025-68291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68291"
},
{
"name": "CVE-2025-71122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71122"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2026-23264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23264"
},
{
"name": "CVE-2026-47331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47331"
},
{
"name": "CVE-2026-43503",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43503"
},
{
"name": "CVE-2025-68763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68763"
},
{
"name": "CVE-2025-71144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71144"
},
{
"name": "CVE-2026-23256",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23256"
},
{
"name": "CVE-2026-23116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23116"
},
{
"name": "CVE-2025-38234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38234"
},
{
"name": "CVE-2025-71200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71200"
},
{
"name": "CVE-2025-68255",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68255"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-23172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23172"
},
{
"name": "CVE-2026-43500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43500"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2025-71093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71093"
},
{
"name": "CVE-2025-71102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71102"
},
{
"name": "CVE-2026-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23131"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2026-23032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23032"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2025-68759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68759"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2026-23273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23273"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2025-68733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68733"
},
{
"name": "CVE-2026-23005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23005"
},
{
"name": "CVE-2026-47328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47328"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2025-68335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68335"
},
{
"name": "CVE-2025-71079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71079"
},
{
"name": "CVE-2026-23030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23030"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2025-71153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71153"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2026-31533",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31533"
},
{
"name": "CVE-2026-46323",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46323"
},
{
"name": "CVE-2025-68772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68772"
},
{
"name": "CVE-2024-57795",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57795"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2026-47332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47332"
},
{
"name": "CVE-2025-71143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71143"
},
{
"name": "CVE-2025-68785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68785"
},
{
"name": "CVE-2025-71130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71130"
},
{
"name": "CVE-2025-68808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68808"
},
{
"name": "CVE-2025-68783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68783"
},
{
"name": "CVE-2025-71147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71147"
},
{
"name": "CVE-2025-71220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71220"
},
{
"name": "CVE-2025-68724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68724"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2025-71126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71126"
},
{
"name": "CVE-2025-68786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68786"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2023-32629",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32629"
},
{
"name": "CVE-2025-68797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68797"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2026-23180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23180"
},
{
"name": "CVE-2025-68259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68259"
},
{
"name": "CVE-2025-71125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71125"
},
{
"name": "CVE-2026-23006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23006"
},
{
"name": "CVE-2025-71108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71108"
},
{
"name": "CVE-2025-71069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71069"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2026-22994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22994"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2026-23262",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23262"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2025-68774",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68774"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2026-46000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46000"
},
{
"name": "CVE-2026-47334",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47334"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2025-71082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71082"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2025-68765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68765"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2025-71132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71132"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2025-71077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71077"
},
{
"name": "CVE-2026-43077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43077"
},
{
"name": "CVE-2025-71140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71140"
},
{
"name": "CVE-2025-22111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22111"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2026-47335",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47335"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2025-71114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71114"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2025-71067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71067"
},
{
"name": "CVE-2025-68744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68744"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2025-71151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71151"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2026-47336",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47336"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2025-68821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68821"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2026-46300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46300"
},
{
"name": "CVE-2025-68325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68325"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2026-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23140"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2026-23107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23107"
},
{
"name": "CVE-2025-68332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68332"
},
{
"name": "CVE-2025-71104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71104"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2025-68378",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68378"
},
{
"name": "CVE-2025-71141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71141"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2026-45998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45998"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2025-71101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71101"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2025-68367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68367"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2025-68820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68820"
},
{
"name": "CVE-2025-68756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68756"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2026-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23215"
},
{
"name": "CVE-2025-68740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68740"
},
{
"name": "CVE-2025-68742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68742"
},
{
"name": "CVE-2026-23025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23025"
},
{
"name": "CVE-2025-68816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68816"
},
{
"name": "CVE-2025-68379",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68379"
},
{
"name": "CVE-2025-68256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68256"
},
{
"name": "CVE-2025-68777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68777"
},
{
"name": "CVE-2025-68254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68254"
},
{
"name": "CVE-2026-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23151"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2026-23205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23205"
},
{
"name": "CVE-2025-71109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71109"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2026-31504",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31504"
},
{
"name": "CVE-2025-71118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71118"
},
{
"name": "CVE-2026-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23142"
},
{
"name": "CVE-2025-71150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71150"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2026-47327",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47327"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2025-68776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68776"
},
{
"name": "CVE-2026-23274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23274"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2025-68799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68799"
},
{
"name": "CVE-2025-68345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68345"
},
{
"name": "CVE-2025-71097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71097"
},
{
"name": "CVE-2026-47326",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47326"
},
{
"name": "CVE-2025-71107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71107"
},
{
"name": "CVE-2025-71111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71111"
},
{
"name": "CVE-2026-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23144"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2025-68811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68811"
},
{
"name": "CVE-2025-71268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71268"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2025-68337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68337"
},
{
"name": "CVE-2025-68351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68351"
},
{
"name": "CVE-2025-71131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71131"
},
{
"name": "CVE-2025-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40149"
},
{
"name": "CVE-2025-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40164"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2025-71116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71116"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2025-68362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68362"
},
{
"name": "CVE-2026-23257",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23257"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2026-47337",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47337"
},
{
"name": "CVE-2026-23168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23168"
},
{
"name": "CVE-2024-50004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50004"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2024-35862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35862"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-23065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23065"
},
{
"name": "CVE-2025-68753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68753"
},
{
"name": "CVE-2025-68369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68369"
},
{
"name": "CVE-2025-68775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68775"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2025-71112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71112"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2025-22022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22022"
},
{
"name": "CVE-2025-68818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68818"
},
{
"name": "CVE-2026-23261",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23261"
},
{
"name": "CVE-2025-71148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71148"
},
{
"name": "CVE-2025-68366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68366"
},
{
"name": "CVE-2024-36347",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36347"
},
{
"name": "CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"name": "CVE-2025-68815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68815"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2025-68346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68346"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2026-23062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23062"
},
{
"name": "CVE-2025-71096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71096"
},
{
"name": "CVE-2025-71095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71095"
},
{
"name": "CVE-2026-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23160"
},
{
"name": "CVE-2026-46333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46333"
},
{
"name": "CVE-2025-71105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71105"
},
{
"name": "CVE-2025-68266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68266"
},
{
"name": "CVE-2025-68771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68771"
},
{
"name": "CVE-2025-68363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68363"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-47333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47333"
},
{
"name": "CVE-2026-23206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23206"
},
{
"name": "CVE-2025-68757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68757"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2025-71068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71068"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2026-31676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31676"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2025-68766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68766"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2025-68823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68823"
},
{
"name": "CVE-2025-71123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71123"
},
{
"name": "CVE-2025-68206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68206"
},
{
"name": "CVE-2026-23394",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23394"
},
{
"name": "CVE-2025-68372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68372"
},
{
"name": "CVE-2026-23010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23010"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2025-71137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71137"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2025-68809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68809"
},
{
"name": "CVE-2025-71120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71120"
},
{
"name": "CVE-2025-68817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68817"
},
{
"name": "CVE-2025-71119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71119"
},
{
"name": "CVE-2025-68787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68787"
},
{
"name": "CVE-2026-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23148"
},
{
"name": "CVE-2025-68782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68782"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2025-68758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68758"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2025-71113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71113"
},
{
"name": "CVE-2025-71127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71127"
},
{
"name": "CVE-2026-23102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23102"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2025-40325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40325"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2025-68798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68798"
},
{
"name": "CVE-2025-68336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68336"
},
{
"name": "CVE-2025-68810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68810"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2025-68819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68819"
},
{
"name": "CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"name": "CVE-2025-71072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71072"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2025-68732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68732"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2026-46028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46028"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2025-68371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68371"
},
{
"name": "CVE-2025-71091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71091"
},
{
"name": "CVE-2026-23053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23053"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2025-68263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68263"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
},
{
"name": "CVE-2025-68261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68261"
},
{
"name": "CVE-2025-68755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68755"
},
{
"name": "CVE-2025-68767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68767"
},
{
"name": "CVE-2025-68727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68727"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2026-23351",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23351"
},
{
"name": "CVE-2026-23254",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23254"
},
{
"name": "CVE-2025-68264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68264"
},
{
"name": "CVE-2026-43494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43494"
},
{
"name": "CVE-2025-68764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68764"
}
],
"initial_release_date": "2026-06-19T00:00:00",
"last_revision_date": "2026-06-19T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0787",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-19T00:00:00.000000"
}
],
"risks": [
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2026-06-16",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8439-1",
"url": "https://ubuntu.com/security/notices/USN-8439-1"
},
{
"published_at": "2026-06-16",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8440-1",
"url": "https://ubuntu.com/security/notices/USN-8440-1"
},
{
"published_at": "2026-06-17",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8390-2",
"url": "https://ubuntu.com/security/notices/USN-8390-2"
},
{
"published_at": "2026-06-17",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8361-3",
"url": "https://ubuntu.com/security/notices/USN-8361-3"
},
{
"published_at": "2026-06-16",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8426-2",
"url": "https://ubuntu.com/security/notices/USN-8426-2"
},
{
"published_at": "2026-06-17",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8441-1",
"url": "https://ubuntu.com/security/notices/USN-8441-1"
}
]
}
CERTFR-2026-AVI-0831
Vulnerability from certfr_avis - Published: 2026-07-03 - Updated: 2026-07-03
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 26.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 25.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 14.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-46325",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46325"
},
{
"name": "CVE-2026-31623",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31623"
},
{
"name": "CVE-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2026-43135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43135"
},
{
"name": "CVE-2026-45864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45864"
},
{
"name": "CVE-2026-43078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43078"
},
{
"name": "CVE-2026-31713",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31713"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2026-23260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23260"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2026-45905",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45905"
},
{
"name": "CVE-2026-46119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46119"
},
{
"name": "CVE-2026-43414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43414"
},
{
"name": "CVE-2026-46010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46010"
},
{
"name": "CVE-2026-23129",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23129"
},
{
"name": "CVE-2025-38201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38201"
},
{
"name": "CVE-2026-31582",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31582"
},
{
"name": "CVE-2026-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46045"
},
{
"name": "CVE-2026-31619",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31619"
},
{
"name": "CVE-2026-31618",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31618"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2026-47329",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47329"
},
{
"name": "CVE-2026-43270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43270"
},
{
"name": "CVE-2026-46328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46328"
},
{
"name": "CVE-2025-68749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68749"
},
{
"name": "CVE-2026-46081",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46081"
},
{
"name": "CVE-2026-43227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43227"
},
{
"name": "CVE-2026-45884",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45884"
},
{
"name": "CVE-2026-46087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46087"
},
{
"name": "CVE-2026-43315",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43315"
},
{
"name": "CVE-2026-43314",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43314"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2026-46255",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46255"
},
{
"name": "CVE-2026-31578",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31578"
},
{
"name": "CVE-2026-46082",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46082"
},
{
"name": "CVE-2026-43251",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43251"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2026-43211",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43211"
},
{
"name": "CVE-2026-31402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31402"
},
{
"name": "CVE-2026-46042",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46042"
},
{
"name": "CVE-2026-45852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45852"
},
{
"name": "CVE-2026-43317",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43317"
},
{
"name": "CVE-2026-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23159"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2026-45856",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45856"
},
{
"name": "CVE-2025-71265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71265"
},
{
"name": "CVE-2026-46076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46076"
},
{
"name": "CVE-2026-23450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23450"
},
{
"name": "CVE-2026-31696",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31696"
},
{
"name": "CVE-2026-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43168"
},
{
"name": "CVE-2025-37778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37778"
},
{
"name": "CVE-2026-31704",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31704"
},
{
"name": "CVE-2026-31685",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31685"
},
{
"name": "CVE-2026-43073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43073"
},
{
"name": "CVE-2026-43143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43143"
},
{
"name": "CVE-2026-46013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46013"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2026-46065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46065"
},
{
"name": "CVE-2026-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43241"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2026-31593",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31593"
},
{
"name": "CVE-2026-46007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46007"
},
{
"name": "CVE-2026-47330",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47330"
},
{
"name": "CVE-2026-46185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46185"
},
{
"name": "CVE-2026-45923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45923"
},
{
"name": "CVE-2026-43145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43145"
},
{
"name": "CVE-2026-46253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46253"
},
{
"name": "CVE-2026-45910",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45910"
},
{
"name": "CVE-2026-43136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43136"
},
{
"name": "CVE-2026-31600",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31600"
},
{
"name": "CVE-2026-46064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46064"
},
{
"name": "CVE-2026-45928",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45928"
},
{
"name": "CVE-2026-45988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45988"
},
{
"name": "CVE-2026-31698",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31698"
},
{
"name": "CVE-2026-45868",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45868"
},
{
"name": "CVE-2025-40039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40039"
},
{
"name": "CVE-2026-43123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43123"
},
{
"name": "CVE-2026-31448",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31448"
},
{
"name": "CVE-2026-31597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31597"
},
{
"name": "CVE-2026-23220",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23220"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2026-43202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43202"
},
{
"name": "CVE-2026-46063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46063"
},
{
"name": "CVE-2026-23187",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23187"
},
{
"name": "CVE-2026-46280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46280"
},
{
"name": "CVE-2026-43011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43011"
},
{
"name": "CVE-2026-43167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43167"
},
{
"name": "CVE-2026-45976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45976"
},
{
"name": "CVE-2026-43248",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43248"
},
{
"name": "CVE-2026-43132",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43132"
},
{
"name": "CVE-2026-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23136"
},
{
"name": "CVE-2026-23139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23139"
},
{
"name": "CVE-2026-31586",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31586"
},
{
"name": "CVE-2026-46287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46287"
},
{
"name": "CVE-2025-71189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71189"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2026-31613",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31613"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-43163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43163"
},
{
"name": "CVE-2026-46032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46032"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2025-40005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40005"
},
{
"name": "CVE-2026-31574",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31574"
},
{
"name": "CVE-2026-46057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46057"
},
{
"name": "CVE-2026-23258",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23258"
},
{
"name": "CVE-2026-46080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46080"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-38591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38591"
},
{
"name": "CVE-2026-43284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43284"
},
{
"name": "CVE-2026-45995",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45995"
},
{
"name": "CVE-2026-46034",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46034"
},
{
"name": "CVE-2026-31581",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31581"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2026-23059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23059"
},
{
"name": "CVE-2026-31617",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31617"
},
{
"name": "CVE-2026-45996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45996"
},
{
"name": "CVE-2026-46286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46286"
},
{
"name": "CVE-2026-31687",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31687"
},
{
"name": "CVE-2026-46019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46019"
},
{
"name": "CVE-2026-23135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23135"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2026-46195",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46195"
},
{
"name": "CVE-2026-43244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43244"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2026-23173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23173"
},
{
"name": "CVE-2026-31711",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31711"
},
{
"name": "CVE-2026-31611",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31611"
},
{
"name": "CVE-2026-23123",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23123"
},
{
"name": "CVE-2026-43201",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43201"
},
{
"name": "CVE-2026-31714",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31714"
},
{
"name": "CVE-2026-43139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43139"
},
{
"name": "CVE-2026-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45873"
},
{
"name": "CVE-2026-23222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23222"
},
{
"name": "CVE-2026-46260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46260"
},
{
"name": "CVE-2026-45870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45870"
},
{
"name": "CVE-2026-31431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31431"
},
{
"name": "CVE-2026-46027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46027"
},
{
"name": "CVE-2026-43319",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43319"
},
{
"name": "CVE-2026-23094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23094"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2026-46092",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46092"
},
{
"name": "CVE-2025-37924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37924"
},
{
"name": "CVE-2026-31599",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31599"
},
{
"name": "CVE-2026-31614",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31614"
},
{
"name": "CVE-2026-46040",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46040"
},
{
"name": "CVE-2026-45871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45871"
},
{
"name": "CVE-2026-23229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23229"
},
{
"name": "CVE-2026-43262",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43262"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-46001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46001"
},
{
"name": "CVE-2026-45946",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45946"
},
{
"name": "CVE-2026-46071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46071"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2026-45860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45860"
},
{
"name": "CVE-2026-43279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43279"
},
{
"name": "CVE-2026-43058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43058"
},
{
"name": "CVE-2026-46137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46137"
},
{
"name": "CVE-2026-46072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46072"
},
{
"name": "CVE-2026-45851",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45851"
},
{
"name": "CVE-2026-43231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43231"
},
{
"name": "CVE-2026-31668",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31668"
},
{
"name": "CVE-2026-31478",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31478"
},
{
"name": "CVE-2026-45859",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45859"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2026-46066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46066"
},
{
"name": "CVE-2025-40082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40082"
},
{
"name": "CVE-2025-54505",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54505"
},
{
"name": "CVE-2026-43153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43153"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2026-31583",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31583"
},
{
"name": "CVE-2026-45917",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45917"
},
{
"name": "CVE-2026-31605",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31605"
},
{
"name": "CVE-2026-23236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23236"
},
{
"name": "CVE-2026-46031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46031"
},
{
"name": "CVE-2026-46277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46277"
},
{
"name": "CVE-2026-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23163"
},
{
"name": "CVE-2025-71235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71235"
},
{
"name": "CVE-2026-45866",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45866"
},
{
"name": "CVE-2026-23057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23057"
},
{
"name": "CVE-2025-37926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37926"
},
{
"name": "CVE-2026-45865",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45865"
},
{
"name": "CVE-2026-31635",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31635"
},
{
"name": "CVE-2026-31598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31598"
},
{
"name": "CVE-2026-43033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43033"
},
{
"name": "CVE-2026-46265",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46265"
},
{
"name": "CVE-2026-45972",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45972"
},
{
"name": "CVE-2026-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23166"
},
{
"name": "CVE-2026-31622",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31622"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2026-23264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23264"
},
{
"name": "CVE-2026-46002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46002"
},
{
"name": "CVE-2026-46074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46074"
},
{
"name": "CVE-2026-47331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47331"
},
{
"name": "CVE-2026-31595",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31595"
},
{
"name": "CVE-2026-46332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46332"
},
{
"name": "CVE-2026-43503",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43503"
},
{
"name": "CVE-2026-46101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46101"
},
{
"name": "CVE-2026-46099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46099"
},
{
"name": "CVE-2026-45989",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45989"
},
{
"name": "CVE-2026-46091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46091"
},
{
"name": "CVE-2026-46024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46024"
},
{
"name": "CVE-2026-45881",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45881"
},
{
"name": "CVE-2026-43350",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43350"
},
{
"name": "CVE-2025-37822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37822"
},
{
"name": "CVE-2026-43376",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43376"
},
{
"name": "CVE-2026-23256",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23256"
},
{
"name": "CVE-2026-23116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23116"
},
{
"name": "CVE-2026-46261",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46261"
},
{
"name": "CVE-2026-31659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31659"
},
{
"name": "CVE-2026-31701",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31701"
},
{
"name": "CVE-2026-45847",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45847"
},
{
"name": "CVE-2026-45861",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45861"
},
{
"name": "CVE-2026-31591",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31591"
},
{
"name": "CVE-2026-46041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46041"
},
{
"name": "CVE-2025-71239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71239"
},
{
"name": "CVE-2026-46037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46037"
},
{
"name": "CVE-2026-43268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43268"
},
{
"name": "CVE-2025-71200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71200"
},
{
"name": "CVE-2026-43117",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43117"
},
{
"name": "CVE-2026-46083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46083"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-45914",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45914"
},
{
"name": "CVE-2026-23172",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23172"
},
{
"name": "CVE-2026-43493",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43493"
},
{
"name": "CVE-2026-45912",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45912"
},
{
"name": "CVE-2026-43383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43383"
},
{
"name": "CVE-2026-46259",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46259"
},
{
"name": "CVE-2026-43500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43500"
},
{
"name": "CVE-2026-31588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31588"
},
{
"name": "CVE-2026-23234",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23234"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2026-45869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45869"
},
{
"name": "CVE-2026-31703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31703"
},
{
"name": "CVE-2026-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23131"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2026-23032",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23032"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2026-46097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46097"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2026-23230",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23230"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2026-46030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46030"
},
{
"name": "CVE-2026-43170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43170"
},
{
"name": "CVE-2026-31693",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31693"
},
{
"name": "CVE-2026-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45919"
},
{
"name": "CVE-2026-43499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43499"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2026-45862",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45862"
},
{
"name": "CVE-2026-43150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43150"
},
{
"name": "CVE-2026-43200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43200"
},
{
"name": "CVE-2026-45857",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45857"
},
{
"name": "CVE-2026-45913",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45913"
},
{
"name": "CVE-2026-45848",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45848"
},
{
"name": "CVE-2026-23005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23005"
},
{
"name": "CVE-2026-47328",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47328"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2026-46005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46005"
},
{
"name": "CVE-2026-45962",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45962"
},
{
"name": "CVE-2026-31718",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31718"
},
{
"name": "CVE-2026-31697",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31697"
},
{
"name": "CVE-2026-23030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23030"
},
{
"name": "CVE-2026-46247",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46247"
},
{
"name": "CVE-2026-46069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46069"
},
{
"name": "CVE-2023-53673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53673"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2026-46288",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46288"
},
{
"name": "CVE-2026-43288",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43288"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2026-31616",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31616"
},
{
"name": "CVE-2025-71294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71294"
},
{
"name": "CVE-2026-31609",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31609"
},
{
"name": "CVE-2026-23228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23228"
},
{
"name": "CVE-2026-46022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46022"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2025-71304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71304"
},
{
"name": "CVE-2026-31533",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31533"
},
{
"name": "CVE-2026-46059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46059"
},
{
"name": "CVE-2026-43232",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43232"
},
{
"name": "CVE-2026-46323",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46323"
},
{
"name": "CVE-2026-45867",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45867"
},
{
"name": "CVE-2026-43264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43264"
},
{
"name": "CVE-2026-31615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31615"
},
{
"name": "CVE-2026-46103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46103"
},
{
"name": "CVE-2026-43348",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43348"
},
{
"name": "CVE-2026-45879",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45879"
},
{
"name": "CVE-2026-45883",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45883"
},
{
"name": "CVE-2026-46043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46043"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-31601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31601"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2026-43269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43269"
},
{
"name": "CVE-2026-31418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31418"
},
{
"name": "CVE-2026-47332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47332"
},
{
"name": "CVE-2026-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23169"
},
{
"name": "CVE-2026-45981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45981"
},
{
"name": "CVE-2026-31620",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31620"
},
{
"name": "CVE-2026-43197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43197"
},
{
"name": "CVE-2026-46278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46278"
},
{
"name": "CVE-2026-46011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46011"
},
{
"name": "CVE-2026-46095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46095"
},
{
"name": "CVE-2026-43253",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43253"
},
{
"name": "CVE-2026-31594",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31594"
},
{
"name": "CVE-2025-71220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71220"
},
{
"name": "CVE-2025-71295",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71295"
},
{
"name": "CVE-2026-43183",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43183"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2026-31580",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31580"
},
{
"name": "CVE-2026-43491",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43491"
},
{
"name": "CVE-2026-46100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46100"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2026-46012",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46012"
},
{
"name": "CVE-2026-31606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31606"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2026-23180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23180"
},
{
"name": "CVE-2026-45999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45999"
},
{
"name": "CVE-2026-45973",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45973"
},
{
"name": "CVE-2026-23006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23006"
},
{
"name": "CVE-2026-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43249"
},
{
"name": "CVE-2026-45960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45960"
},
{
"name": "CVE-2025-71267",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71267"
},
{
"name": "CVE-2026-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46243"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2026-22994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22994"
},
{
"name": "CVE-2026-31705",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31705"
},
{
"name": "CVE-2026-52905",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52905"
},
{
"name": "CVE-2026-43140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43140"
},
{
"name": "CVE-2026-43223",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43223"
},
{
"name": "CVE-2026-43205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43205"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2026-23262",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23262"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2026-46038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46038"
},
{
"name": "CVE-2026-31625",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31625"
},
{
"name": "CVE-2026-45878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45878"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2026-23267",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23267"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2026-46000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46000"
},
{
"name": "CVE-2026-43246",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43246"
},
{
"name": "CVE-2026-45948",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45948"
},
{
"name": "CVE-2026-43147",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43147"
},
{
"name": "CVE-2026-47334",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47334"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-45982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45982"
},
{
"name": "CVE-2026-31669",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31669"
},
{
"name": "CVE-2026-23200",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23200"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2026-46250",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46250"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2026-46062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46062"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-46276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46276"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2026-43207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43207"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2026-31608",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31608"
},
{
"name": "CVE-2026-31694",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31694"
},
{
"name": "CVE-2026-43173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43173"
},
{
"name": "CVE-2026-31699",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31699"
},
{
"name": "CVE-2026-43077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43077"
},
{
"name": "CVE-2026-46049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46049"
},
{
"name": "CVE-2026-46289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46289"
},
{
"name": "CVE-2026-46285",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46285"
},
{
"name": "CVE-2026-31628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31628"
},
{
"name": "CVE-2026-46283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46283"
},
{
"name": "CVE-2026-45957",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45957"
},
{
"name": "CVE-2026-43407",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43407"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2026-23427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23427"
},
{
"name": "CVE-2026-47335",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47335"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2026-46020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46020"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2026-23238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23238"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2026-45997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45997"
},
{
"name": "CVE-2026-46070",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46070"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2026-43402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43402"
},
{
"name": "CVE-2025-71286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71286"
},
{
"name": "CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2024-35896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35896"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2026-47336",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47336"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2026-43184",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43184"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2026-46044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46044"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2026-46300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46300"
},
{
"name": "CVE-2026-43271",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43271"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2026-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23140"
},
{
"name": "CVE-2026-31627",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31627"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2026-46026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46026"
},
{
"name": "CVE-2026-43258",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43258"
},
{
"name": "CVE-2026-45941",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45941"
},
{
"name": "CVE-2026-23107",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23107"
},
{
"name": "CVE-2026-43261",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43261"
},
{
"name": "CVE-2026-43304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43304"
},
{
"name": "CVE-2026-45886",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45886"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2026-43378",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43378"
},
{
"name": "CVE-2026-43384",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43384"
},
{
"name": "CVE-2026-43158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43158"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2026-43501",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43501"
},
{
"name": "CVE-2026-45998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45998"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2026-23243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23243"
},
{
"name": "CVE-2026-46266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46266"
},
{
"name": "CVE-2026-31626",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31626"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2026-46018",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46018"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2026-31610",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31610"
},
{
"name": "CVE-2025-71237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71237"
},
{
"name": "CVE-2026-46008",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46008"
},
{
"name": "CVE-2026-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23215"
},
{
"name": "CVE-2026-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43238"
},
{
"name": "CVE-2026-31592",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31592"
},
{
"name": "CVE-2026-45954",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45954"
},
{
"name": "CVE-2026-45991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45991"
},
{
"name": "CVE-2026-23025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23025"
},
{
"name": "CVE-2026-45984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45984"
},
{
"name": "CVE-2026-43296",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43296"
},
{
"name": "CVE-2026-31712",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31712"
},
{
"name": "CVE-2026-46046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46046"
},
{
"name": "CVE-2026-23221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23221"
},
{
"name": "CVE-2026-31686",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31686"
},
{
"name": "CVE-2026-31707",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31707"
},
{
"name": "CVE-2026-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23151"
},
{
"name": "CVE-2026-23392",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23392"
},
{
"name": "CVE-2026-45880",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45880"
},
{
"name": "CVE-2026-45916",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45916"
},
{
"name": "CVE-2026-46067",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46067"
},
{
"name": "CVE-2026-43349",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43349"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2026-46290",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46290"
},
{
"name": "CVE-2026-23205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23205"
},
{
"name": "CVE-2026-46036",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46036"
},
{
"name": "CVE-2026-43124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43124"
},
{
"name": "CVE-2026-46279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46279"
},
{
"name": "CVE-2026-46135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46135"
},
{
"name": "CVE-2026-43141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43141"
},
{
"name": "CVE-2026-45990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45990"
},
{
"name": "CVE-2026-43225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43225"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2026-31504",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31504"
},
{
"name": "CVE-2026-43134",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43134"
},
{
"name": "CVE-2026-45895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45895"
},
{
"name": "CVE-2026-46075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46075"
},
{
"name": "CVE-2026-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23142"
},
{
"name": "CVE-2025-71229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71229"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2026-31607",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31607"
},
{
"name": "CVE-2026-23242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23242"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2026-46054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46054"
},
{
"name": "CVE-2025-71292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71292"
},
{
"name": "CVE-2026-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43242"
},
{
"name": "CVE-2026-45877",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45877"
},
{
"name": "CVE-2026-23237",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23237"
},
{
"name": "CVE-2026-46282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46282"
},
{
"name": "CVE-2026-45970",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45970"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2026-47327",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47327"
},
{
"name": "CVE-2026-31716",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31716"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2026-31637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31637"
},
{
"name": "CVE-2026-31612",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31612"
},
{
"name": "CVE-2026-23428",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23428"
},
{
"name": "CVE-2026-23274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23274"
},
{
"name": "CVE-2026-43199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43199"
},
{
"name": "CVE-2026-31590",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31590"
},
{
"name": "CVE-2026-46073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46073"
},
{
"name": "CVE-2026-31621",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31621"
},
{
"name": "CVE-2025-71297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71297"
},
{
"name": "CVE-2025-71236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71236"
},
{
"name": "CVE-2026-47326",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47326"
},
{
"name": "CVE-2026-43313",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43313"
},
{
"name": "CVE-2026-31604",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31604"
},
{
"name": "CVE-2026-23235",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23235"
},
{
"name": "CVE-2026-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23144"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2026-46244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46244"
},
{
"name": "CVE-2026-31584",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31584"
},
{
"name": "CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2026-43257",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43257"
},
{
"name": "CVE-2026-43221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43221"
},
{
"name": "CVE-2025-71268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71268"
},
{
"name": "CVE-2026-46281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46281"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2026-43291",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43291"
},
{
"name": "CVE-2025-68351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68351"
},
{
"name": "CVE-2026-43180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43180"
},
{
"name": "CVE-2026-31717",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31717"
},
{
"name": "CVE-2026-43300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43300"
},
{
"name": "CVE-2026-43196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43196"
},
{
"name": "CVE-2026-45968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45968"
},
{
"name": "CVE-2026-43152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43152"
},
{
"name": "CVE-2026-43189",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43189"
},
{
"name": "CVE-2025-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40149"
},
{
"name": "CVE-2026-43287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43287"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2026-43133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43133"
},
{
"name": "CVE-2026-46035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46035"
},
{
"name": "CVE-2026-46006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46006"
},
{
"name": "CVE-2026-31715",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31715"
},
{
"name": "CVE-2026-23278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23278"
},
{
"name": "CVE-2026-31532",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31532"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2026-43206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43206"
},
{
"name": "CVE-2026-43273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43273"
},
{
"name": "CVE-2026-23257",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23257"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2025-71232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71232"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2026-43190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43190"
},
{
"name": "CVE-2026-45885",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45885"
},
{
"name": "CVE-2026-43182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43182"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2026-43226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43226"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2026-43222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43222"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2026-46115",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46115"
},
{
"name": "CVE-2026-46016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46016"
},
{
"name": "CVE-2026-47337",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47337"
},
{
"name": "CVE-2026-46015",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46015"
},
{
"name": "CVE-2026-23168",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23168"
},
{
"name": "CVE-2024-50004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50004"
},
{
"name": "CVE-2026-46316",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46316"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2026-31682",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31682"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2026-46068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46068"
},
{
"name": "CVE-2026-43406",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43406"
},
{
"name": "CVE-2026-45893",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45893"
},
{
"name": "CVE-2026-46056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46056"
},
{
"name": "CVE-2025-68214",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68214"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-23065",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23065"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2026-31709",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31709"
},
{
"name": "CVE-2026-43215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43215"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2026-45964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45964"
},
{
"name": "CVE-2026-52904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52904"
},
{
"name": "CVE-2026-46004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46004"
},
{
"name": "CVE-2026-46086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46086"
},
{
"name": "CVE-2025-71273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71273"
},
{
"name": "CVE-2025-71291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71291"
},
{
"name": "CVE-2026-46094",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46094"
},
{
"name": "CVE-2026-43289",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43289"
},
{
"name": "CVE-2026-43187",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43187"
},
{
"name": "CVE-2026-23455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23455"
},
{
"name": "CVE-2026-23233",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23233"
},
{
"name": "CVE-2026-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53174"
},
{
"name": "CVE-2026-23261",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23261"
},
{
"name": "CVE-2026-43341",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43341"
},
{
"name": "CVE-2026-45936",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45936"
},
{
"name": "CVE-2026-45978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45978"
},
{
"name": "CVE-2026-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43239"
},
{
"name": "CVE-2026-43159",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43159"
},
{
"name": "CVE-2026-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23156"
},
{
"name": "CVE-2026-46060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46060"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2026-45882",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45882"
},
{
"name": "CVE-2026-46084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46084"
},
{
"name": "CVE-2026-46079",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46079"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2026-23062",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23062"
},
{
"name": "CVE-2026-23266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23266"
},
{
"name": "CVE-2026-43149",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43149"
},
{
"name": "CVE-2026-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23160"
},
{
"name": "CVE-2026-46333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46333"
},
{
"name": "CVE-2026-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43236"
},
{
"name": "CVE-2026-43071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43071"
},
{
"name": "CVE-2026-31411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31411"
},
{
"name": "CVE-2026-46085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46085"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-43277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43277"
},
{
"name": "CVE-2026-47333",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47333"
},
{
"name": "CVE-2026-46029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46029"
},
{
"name": "CVE-2025-71266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71266"
},
{
"name": "CVE-2026-45898",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45898"
},
{
"name": "CVE-2026-23206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23206"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2026-43037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43037"
},
{
"name": "CVE-2026-46021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46021"
},
{
"name": "CVE-2026-23241",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23241"
},
{
"name": "CVE-2026-31596",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31596"
},
{
"name": "CVE-2026-43266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43266"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2026-31676",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31676"
},
{
"name": "CVE-2026-43318",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43318"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2026-43186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43186"
},
{
"name": "CVE-2026-43083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43083"
},
{
"name": "CVE-2026-31603",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31603"
},
{
"name": "CVE-2026-46047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46047"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2026-31649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31649"
},
{
"name": "CVE-2026-31719",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31719"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2026-45994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45994"
},
{
"name": "CVE-2025-68823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68823"
},
{
"name": "CVE-2026-31577",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31577"
},
{
"name": "CVE-2026-43233",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43233"
},
{
"name": "CVE-2026-43256",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43256"
},
{
"name": "CVE-2026-46267",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46267"
},
{
"name": "CVE-2026-46249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46249"
},
{
"name": "CVE-2026-45904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45904"
},
{
"name": "CVE-2026-46270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46270"
},
{
"name": "CVE-2026-23394",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23394"
},
{
"name": "CVE-2026-31576",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31576"
},
{
"name": "CVE-2026-43295",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43295"
},
{
"name": "CVE-2026-23010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23010"
},
{
"name": "CVE-2026-43148",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43148"
},
{
"name": "CVE-2026-23272",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23272"
},
{
"name": "CVE-2026-45935",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45935"
},
{
"name": "CVE-2026-45872",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45872"
},
{
"name": "CVE-2026-43312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43312"
},
{
"name": "CVE-2026-46077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46077"
},
{
"name": "CVE-2026-31575",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31575"
},
{
"name": "CVE-2026-45891",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45891"
},
{
"name": "CVE-2026-31589",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31589"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2026-43114",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43114"
},
{
"name": "CVE-2026-31702",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31702"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2026-31587",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31587"
},
{
"name": "CVE-2026-43278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43278"
},
{
"name": "CVE-2022-48816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48816"
},
{
"name": "CVE-2026-45986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45986"
},
{
"name": "CVE-2026-52906",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52906"
},
{
"name": "CVE-2026-45987",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45987"
},
{
"name": "CVE-2026-31708",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31708"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2026-46093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46093"
},
{
"name": "CVE-2026-23100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23100"
},
{
"name": "CVE-2026-31657",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31657"
},
{
"name": "CVE-2026-43125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43125"
},
{
"name": "CVE-2026-46025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46025"
},
{
"name": "CVE-2026-43302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43302"
},
{
"name": "CVE-2026-43316",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43316"
},
{
"name": "CVE-2026-31624",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31624"
},
{
"name": "CVE-2026-46050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46050"
},
{
"name": "CVE-2026-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46246"
},
{
"name": "CVE-2026-46003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46003"
},
{
"name": "CVE-2025-71233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71233"
},
{
"name": "CVE-2026-45921",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45921"
},
{
"name": "CVE-2026-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23148"
},
{
"name": "CVE-2026-46009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46009"
},
{
"name": "CVE-2026-31585",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31585"
},
{
"name": "CVE-2026-43169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43169"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2026-43175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43175"
},
{
"name": "CVE-2026-43320",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43320"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2026-52907",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52907"
},
{
"name": "CVE-2026-23102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23102"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2026-46023",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46023"
},
{
"name": "CVE-2026-46096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46096"
},
{
"name": "CVE-2026-43156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43156"
},
{
"name": "CVE-2026-45849",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45849"
},
{
"name": "CVE-2026-31706",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31706"
},
{
"name": "CVE-2026-31436",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31436"
},
{
"name": "CVE-2026-43194",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43194"
},
{
"name": "CVE-2026-43214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43214"
},
{
"name": "CVE-2026-43230",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43230"
},
{
"name": "CVE-2026-43209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43209"
},
{
"name": "CVE-2025-71272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71272"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2025-71231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71231"
},
{
"name": "CVE-2026-45902",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45902"
},
{
"name": "CVE-2026-46033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46033"
},
{
"name": "CVE-2026-46251",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46251"
},
{
"name": "CVE-2025-71274",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71274"
},
{
"name": "CVE-2026-43171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43171"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2026-31700",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31700"
},
{
"name": "CVE-2026-43212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43212"
},
{
"name": "CVE-2026-46089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46089"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2026-52933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52933"
},
{
"name": "CVE-2026-43128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43128"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2026-43250",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43250"
},
{
"name": "CVE-2026-43275",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43275"
},
{
"name": "CVE-2026-45983",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45983"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2026-46028",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46028"
},
{
"name": "CVE-2026-45875",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45875"
},
{
"name": "CVE-2026-46098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46098"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2026-23249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23249"
},
{
"name": "CVE-2026-43038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43038"
},
{
"name": "CVE-2026-31710",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31710"
},
{
"name": "CVE-2026-45974",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45974"
},
{
"name": "CVE-2026-45965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45965"
},
{
"name": "CVE-2026-43218",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43218"
},
{
"name": "CVE-2026-43072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43072"
},
{
"name": "CVE-2026-23053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23053"
},
{
"name": "CVE-2026-46014",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46014"
},
{
"name": "CVE-2026-45915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45915"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2026-46052",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46052"
},
{
"name": "CVE-2026-46061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46061"
},
{
"name": "CVE-2026-43130",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43130"
},
{
"name": "CVE-2026-46053",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46053"
},
{
"name": "CVE-2025-71305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71305"
},
{
"name": "CVE-2026-43297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43297"
},
{
"name": "CVE-2025-68263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68263"
},
{
"name": "CVE-2026-45938",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45938"
},
{
"name": "CVE-2026-31602",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31602"
},
{
"name": "CVE-2026-46051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46051"
},
{
"name": "CVE-2026-43157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43157"
},
{
"name": "CVE-2026-45947",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45947"
},
{
"name": "CVE-2025-71238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
},
{
"name": "CVE-2026-45890",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45890"
},
{
"name": "CVE-2026-46284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46284"
},
{
"name": "CVE-2026-46039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46039"
},
{
"name": "CVE-2026-46155",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46155"
},
{
"name": "CVE-2026-43255",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43255"
},
{
"name": "CVE-2026-31579",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31579"
},
{
"name": "CVE-2026-43283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43283"
},
{
"name": "CVE-2026-46088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46088"
},
{
"name": "CVE-2026-46048",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46048"
},
{
"name": "CVE-2026-43137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43137"
},
{
"name": "CVE-2026-31629",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31629"
},
{
"name": "CVE-2026-46254",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46254"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2026-46102",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46102"
},
{
"name": "CVE-2026-23351",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23351"
},
{
"name": "CVE-2026-46078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46078"
},
{
"name": "CVE-2026-23254",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23254"
},
{
"name": "CVE-2026-45969",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45969"
},
{
"name": "CVE-2026-46058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46058"
},
{
"name": "CVE-2026-43494",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43494"
},
{
"name": "CVE-2026-43203",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43203"
}
],
"initial_release_date": "2026-07-03T00:00:00",
"last_revision_date": "2026-07-03T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0831",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-03T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8491-1",
"url": "https://ubuntu.com/security/notices/USN-8491-1"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8497-1",
"url": "https://ubuntu.com/security/notices/USN-8497-1"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8499-1",
"url": "https://ubuntu.com/security/notices/USN-8499-1"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8493-2",
"url": "https://ubuntu.com/security/notices/USN-8493-2"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8488-1",
"url": "https://ubuntu.com/security/notices/USN-8488-1"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8492-2",
"url": "https://ubuntu.com/security/notices/USN-8492-2"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8498-1",
"url": "https://ubuntu.com/security/notices/USN-8498-1"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8489-1",
"url": "https://ubuntu.com/security/notices/USN-8489-1"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8492-1",
"url": "https://ubuntu.com/security/notices/USN-8492-1"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8488-2",
"url": "https://ubuntu.com/security/notices/USN-8488-2"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8493-1",
"url": "https://ubuntu.com/security/notices/USN-8493-1"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8490-1",
"url": "https://ubuntu.com/security/notices/USN-8490-1"
},
{
"published_at": "2026-07-02",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-8501-1",
"url": "https://ubuntu.com/security/notices/USN-8501-1"
}
]
}
CERTFR-2026-AVI-0863
Vulnerability from certfr_avis - Published: 2026-07-10 - Updated: 2026-07-10
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 8.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.2 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 8.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 8 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.8 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.8 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.2 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.2 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for ARM 64 4.15 for RHEL 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.8 s390x | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for ARM 64 4.15 for RHEL 9 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.4 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - TUS 8.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.15 for RHEL 8 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform 4.15 for RHEL 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.6 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64 | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.2 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.2 ppc64le | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for ARM 64 4.17 for RHEL 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 10.2 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 8.10 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.4 aarch64 | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for Power 4.15 for RHEL 8 ppc64le | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.15 for RHEL 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.6 aarch64 | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.17 for RHEL 8 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.8 ppc64le | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for Power 4.15 for RHEL 9 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.2 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 8.10 s390x | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for Power 4.17 for RHEL 9 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 8 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.2 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.4 x86_64 | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform 4.17 for RHEL 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.4 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.2 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 10.2 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 8 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 8.10 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.2 x86_64 | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for ARM 64 4.17 for RHEL 9 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.8 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.8 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.2 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.8 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.4 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.2 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 10.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 8.10 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7 ppc64le | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.8 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.2 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.2 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.8 x86_64 | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.17 for RHEL 9 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 9 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 10.2 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
| Red Hat | Red Hat OpenShift Container Platform | Red Hat OpenShift Container Platform for Power 4.17 for RHEL 8 ppc64le |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.8 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.2 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 8.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 8 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.8 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.8 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.2 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.15 for RHEL 8 aarch64",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.8 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.15 for RHEL 9 aarch64",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.2 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.4 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.15 for RHEL 8 s390x",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 9 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.15 for RHEL 8 x86_64",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.15 for RHEL 9 x86_64",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.2 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.2 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.17 for RHEL 8 aarch64",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 10.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.8 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 8.10 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.4 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.15 for RHEL 8 ppc64le",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.15 for RHEL 9 s390x",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.17 for RHEL 8 s390x",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.15 for RHEL 9 ppc64le",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 8.10 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.17 for RHEL 9 ppc64le",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 8 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 8 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.2 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.2 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.17 for RHEL 8 x86_64",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.2 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 10.2 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 8 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 8.10 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 9 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for ARM 64 4.17 for RHEL 9 aarch64",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.8 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.8 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.8 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 10 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.4 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.2 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.6 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.2 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 10.2 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 8.10 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 9 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform 4.17 for RHEL 9 x86_64",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.8 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.2 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.2 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.2 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 9 x86_64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.8 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for IBM Z and LinuxONE 4.17 for RHEL 9 s390x",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 9 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 10.2 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat OpenShift Container Platform for Power 4.17 for RHEL 8 ppc64le",
"product": {
"name": "Red Hat OpenShift Container Platform",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-43198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43198"
},
{
"name": "CVE-2026-43414",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43414"
},
{
"name": "CVE-2026-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4878"
},
{
"name": "CVE-2026-45852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45852"
},
{
"name": "CVE-2026-46227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46227"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2026-43284",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43284"
},
{
"name": "CVE-2026-46173",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46173"
},
{
"name": "CVE-2026-46113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46113"
},
{
"name": "CVE-2026-31408",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31408"
},
{
"name": "CVE-2026-43279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43279"
},
{
"name": "CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"name": "CVE-2026-46209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46209"
},
{
"name": "CVE-2024-27398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27398"
},
{
"name": "CVE-2026-43450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43450"
},
{
"name": "CVE-2026-43276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43276"
},
{
"name": "CVE-2026-46116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46116"
},
{
"name": "CVE-2026-43074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43074"
},
{
"name": "CVE-2026-46259",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46259"
},
{
"name": "CVE-2026-46176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46176"
},
{
"name": "CVE-2026-23270",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23270"
},
{
"name": "CVE-2026-46323",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46323"
},
{
"name": "CVE-2026-46181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46181"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-46189",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46189"
},
{
"name": "CVE-2026-35535",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35535"
},
{
"name": "CVE-2026-46242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46242"
},
{
"name": "CVE-2026-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46243"
},
{
"name": "CVE-2025-68183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68183"
},
{
"name": "CVE-2026-31669",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31669"
},
{
"name": "CVE-2025-10263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10263"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2026-46090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46090"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"name": "CVE-2026-46300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46300"
},
{
"name": "CVE-2026-35385",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35385"
},
{
"name": "CVE-2026-43501",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43501"
},
{
"name": "CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"name": "CVE-2026-45984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45984"
},
{
"name": "CVE-2026-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46152"
},
{
"name": "CVE-2026-46135",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46135"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-46244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46244"
},
{
"name": "CVE-2025-71116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71116"
},
{
"name": "CVE-2026-46316",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46316"
},
{
"name": "CVE-2026-23455",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23455"
},
{
"name": "CVE-2026-43341",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43341"
},
{
"name": "CVE-2026-53359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53359"
},
{
"name": "CVE-2026-41035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41035"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2025-21648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21648"
},
{
"name": "CVE-2026-43037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43037"
},
{
"name": "CVE-2026-43112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43112"
},
{
"name": "CVE-2026-43027",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43027"
},
{
"name": "CVE-2026-43125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43125"
},
{
"name": "CVE-2026-43128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43128"
},
{
"name": "CVE-2026-43329",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43329"
},
{
"name": "CVE-2026-46155",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46155"
}
],
"initial_release_date": "2026-07-10T00:00:00",
"last_revision_date": "2026-07-10T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0863",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-10T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36957",
"url": "https://access.redhat.com/errata/RHSA-2026:36957"
},
{
"published_at": "2026-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36186",
"url": "https://access.redhat.com/errata/RHSA-2026:36186"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:35844",
"url": "https://access.redhat.com/errata/RHSA-2026:35844"
},
{
"published_at": "2026-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36349",
"url": "https://access.redhat.com/errata/RHSA-2026:36349"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:35894",
"url": "https://access.redhat.com/errata/RHSA-2026:35894"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:28962",
"url": "https://access.redhat.com/errata/RHSA-2026:28962"
},
{
"published_at": "2026-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36049",
"url": "https://access.redhat.com/errata/RHSA-2026:36049"
},
{
"published_at": "2026-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36541",
"url": "https://access.redhat.com/errata/RHSA-2026:36541"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36018",
"url": "https://access.redhat.com/errata/RHSA-2026:36018"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:34094",
"url": "https://access.redhat.com/errata/RHSA-2026:34094"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:35896",
"url": "https://access.redhat.com/errata/RHSA-2026:35896"
},
{
"published_at": "2026-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36073",
"url": "https://access.redhat.com/errata/RHSA-2026:36073"
},
{
"published_at": "2026-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36216",
"url": "https://access.redhat.com/errata/RHSA-2026:36216"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:34098",
"url": "https://access.redhat.com/errata/RHSA-2026:34098"
},
{
"published_at": "2026-07-01",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:34443",
"url": "https://access.redhat.com/errata/RHSA-2026:34443"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:35863",
"url": "https://access.redhat.com/errata/RHSA-2026:35863"
},
{
"published_at": "2026-07-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:35904",
"url": "https://access.redhat.com/errata/RHSA-2026:35904"
},
{
"published_at": "2026-07-08",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36767",
"url": "https://access.redhat.com/errata/RHSA-2026:36767"
},
{
"published_at": "2026-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36365",
"url": "https://access.redhat.com/errata/RHSA-2026:36365"
},
{
"published_at": "2026-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36348",
"url": "https://access.redhat.com/errata/RHSA-2026:36348"
},
{
"published_at": "2026-07-09",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36956",
"url": "https://access.redhat.com/errata/RHSA-2026:36956"
},
{
"published_at": "2026-07-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:36366",
"url": "https://access.redhat.com/errata/RHSA-2026:36366"
}
]
}
FKIE_CVE-2026-23191
Vulnerability from fkie_nvd - Published: 2026-02-14 17:15 - Updated: 2026-06-17 10:217.0 (High) - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
| URL | Tags | ||
|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/5727ccf9d19ca414cb76d9b647883822e2789c2e | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/826af7fa62e347464b1b4e0ba2fe19a92438084f | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/bad15420050db1803767e58756114800cce91ea4 | Patch |
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 | |
| linux | linux_kernel | 6.19 |
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"sound/drivers/aloop.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "bad15420050db1803767e58756114800cce91ea4",
"status": "affected",
"version": "b1c73fc8e697eb73e23603e465e9af2711ed4183",
"versionType": "git"
},
{
"lessThan": "5727ccf9d19ca414cb76d9b647883822e2789c2e",
"status": "affected",
"version": "b1c73fc8e697eb73e23603e465e9af2711ed4183",
"versionType": "git"
},
{
"lessThan": "826af7fa62e347464b1b4e0ba2fe19a92438084f",
"status": "affected",
"version": "b1c73fc8e697eb73e23603e465e9af2711ed4183",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"sound/drivers/aloop.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "2.6.37"
},
{
"lessThan": "2.6.37",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.70",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.10",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.19",
"versionType": "original_commit_for_fix"
}
]
}
],
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "57FD0C99-9777-4D7D-8B2A-229D38298229",
"versionEndExcluding": "6.12.70",
"versionStartIncluding": "2.6.37",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "7156C23F-009E-4D05-838C-A2DA417B5B8D",
"versionEndExcluding": "6.18.10",
"versionStartIncluding": "6.13",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc1:*:*:*:*:*:*",
"matchCriteriaId": "17B67AA7-40D6-4AFA-8459-F200F3D7CFD1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc2:*:*:*:*:*:*",
"matchCriteriaId": "C47E4CC9-C826-4FA9-B014-7FE3D9B318B2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc3:*:*:*:*:*:*",
"matchCriteriaId": "F71D92C0-C023-48BD-B3B6-70B638EEE298",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc4:*:*:*:*:*:*",
"matchCriteriaId": "13580667-0A98-40CC-B29F-D12790B91BDB",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc5:*:*:*:*:*:*",
"matchCriteriaId": "CAD1FED7-CF48-47BF-AC7D-7B6FA3C065FC",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc6:*:*:*:*:*:*",
"matchCriteriaId": "3EF854A1-ABB1-4E93-BE9A-44569EC76C0D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc7:*:*:*:*:*:*",
"matchCriteriaId": "F5DC0CA6-F0AF-4DDF-A882-3DADB9A886A7",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.19:rc8:*:*:*:*:*:*",
"matchCriteriaId": "EB5B7DFC-C36B-45D8-922C-877569FDDF43",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: aloop: Fix racy access at PCM trigger\n\nThe PCM trigger callback of aloop driver tries to check the PCM state\nand stop the stream of the tied substream in the corresponding cable.\nSince both check and stop operations are performed outside the cable\nlock, this may result in UAF when a program attempts to trigger\nfrequently while opening/closing the tied stream, as spotted by\nfuzzers.\n\nFor addressing the UAF, this patch changes two things:\n- It covers the most of code in loopback_check_format() with\n cable-\u003elock spinlock, and add the proper NULL checks. This avoids\n already some racy accesses.\n- In addition, now we try to check the state of the capture PCM stream\n that may be stopped in this function, which was the major pain point\n leading to UAF."
},
{
"lang": "es",
"value": "En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta:\n\nALSA: aloop: Corrige el acceso con condiciones de carrera en el disparador PCM\n\nLa funci\u00f3n de devoluci\u00f3n de llamada del disparador PCM del controlador aloop intenta verificar el estado de PCM y detener el flujo del subflujo vinculado en el cable correspondiente. Dado que tanto las operaciones de verificaci\u00f3n como las de detenci\u00f3n se realizan fuera del bloqueo del cable, esto puede resultar en UAF cuando un programa intenta disparar frecuentemente mientras abre/cierra el flujo vinculado, como detectaron los fuzzers.\n\nPara abordar el UAF, este parche cambia dos cosas:\n- Cubre la mayor parte del c\u00f3digo en loopback_check_format() con el spinlock cable-\u0026gt;lock, y a\u00f1ade las comprobaciones de NULL adecuadas. Esto ya evita algunos accesos con condiciones de carrera.\n- Adem\u00e1s, ahora intentamos verificar el estado del flujo PCM de captura que puede ser detenido en esta funci\u00f3n, lo cual era el principal punto problem\u00e1tico que conduc\u00eda al UAF."
}
],
"id": "CVE-2026-23191",
"lastModified": "2026-06-17T10:21:04.153",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9,
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-23191",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-16T20:20:28.206628Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-02-14T17:15:56.917",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/5727ccf9d19ca414cb76d9b647883822e2789c2e"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/826af7fa62e347464b1b4e0ba2fe19a92438084f"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/bad15420050db1803767e58756114800cce91ea4"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-416"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-X3GH-Q355-F5PX
Vulnerability from github – Published: 2026-02-14 18:30 – Updated: 2026-03-18 18:31In the Linux kernel, the following vulnerability has been resolved:
ALSA: aloop: Fix racy access at PCM trigger
The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers.
For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.
{
"affected": [],
"aliases": [
"CVE-2026-23191"
],
"database_specific": {
"cwe_ids": [
"CWE-416"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-02-14T17:15:56Z",
"severity": "HIGH"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: aloop: Fix racy access at PCM trigger\n\nThe PCM trigger callback of aloop driver tries to check the PCM state\nand stop the stream of the tied substream in the corresponding cable.\nSince both check and stop operations are performed outside the cable\nlock, this may result in UAF when a program attempts to trigger\nfrequently while opening/closing the tied stream, as spotted by\nfuzzers.\n\nFor addressing the UAF, this patch changes two things:\n- It covers the most of code in loopback_check_format() with\n cable-\u003elock spinlock, and add the proper NULL checks. This avoids\n already some racy accesses.\n- In addition, now we try to check the state of the capture PCM stream\n that may be stopped in this function, which was the major pain point\n leading to UAF.",
"id": "GHSA-x3gh-q355-f5px",
"modified": "2026-03-18T18:31:11Z",
"published": "2026-02-14T18:30:16Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23191"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/5727ccf9d19ca414cb76d9b647883822e2789c2e"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/826af7fa62e347464b1b4e0ba2fe19a92438084f"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/bad15420050db1803767e58756114800cce91ea4"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
MSRC_CVE-2026-23191
Vulnerability from csaf_microsoft - Published: 2026-02-02 00:00 - Updated: 2026-03-31 15:02| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-2 | — |
None Available
|
|
| Unresolved product id: 17086-1 | — |
None Available
|
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/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-2026-23191 ALSA: aloop: Fix racy access at PCM trigger - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-23191.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": "ALSA: aloop: Fix racy access at PCM trigger",
"tracking": {
"current_release_date": "2026-03-31T15:02:41.000Z",
"generator": {
"date": "2026-04-01T11:56:07.793Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-23191",
"initial_release_date": "2026-02-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-03-20T01:03:47.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-03-31T15:02:41.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 kernel 5.15.200.1-1",
"product": {
"name": "cbl2 kernel 5.15.200.1-1",
"product_id": "2"
}
},
{
"category": "product_version_range",
"name": "cbl2 kernel 5.15.202.1-1",
"product": {
"name": "cbl2 kernel 5.15.202.1-1",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "kernel"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kernel 5.15.200.1-1 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 kernel 5.15.202.1-1 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-23191",
"notes": [
{
"category": "general",
"text": "Linux",
"title": "Assigning CNA"
}
],
"product_status": {
"known_affected": [
"17086-2",
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-23191 ALSA: aloop: Fix racy access at PCM trigger - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-23191.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-03-20T01:03:47.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-2"
]
},
{
"category": "none_available",
"date": "2026-03-20T01:03:47.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17086-1"
]
}
],
"title": "ALSA: aloop: Fix racy access at PCM trigger"
}
]
}
RHSA-2026:13734
Vulnerability from csaf_redhat - Published: 2026-05-05 13:20 - Updated: 2026-07-12 02:58In the Linux kernel, the following vulnerability has been resolved: nvme: avoid double free special payload If a discard request needs to be retried, and that retry may fail before a new special payload is added, a double free will result. Clear the RQF_SPECIAL_LOAD when the request is cleaned.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel. A local attacker could exploit a deadlock vulnerability due to incorrect lock ordering between folio_lock and i_mmap_rwsem when migrating hugetlb file-backed folios. This could lead to hung tasks and potential system-wide stalls, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() In iscsit_dec_session_usage_count(), the function calls complete() while holding the sess->session_usage_lock. Similar to the connection usage count logic, the waiter signaled by complete() (e.g., in the session release path) may wake up and free the iscsit_session structure immediately. This creates a race condition where the current thread may attempt to execute spin_unlock_bh() on a session structure that has already been deallocated, resulting in a KASAN slab-use-after-free. To resolve this, release the session_usage_lock before calling complete() to ensure all dereferences of the sess pointer are finished before the waiter is allowed to proceed with deallocation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's NFSv4.0 server (nfsd). A remote, unauthenticated attacker can exploit this heap overflow vulnerability in the NFSv4.0 LOCK replay cache. By using two cooperating NFSv4.0 clients, where one sets a lock with a large owner string and another requests a conflicting lock, the attacker can trigger a slab-out-of-bounds write. This corruption of adjacent heap memory could lead to arbitrary code execution or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's algif_aead cryptographic algorithm interface. An incorrect in-place operation causes source and destination data mappings to differ during cryptographic processing. A low-privileged local attacker can exploit this flaw to corrupt the contents of sensitive system files and escalate to root privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel, specifically within the `algif_aead` module. The vulnerability involves an incorrect check for the minimum receive buffer size during decryption, which did not properly account for the tag size. This could potentially lead to issues with data integrity or processing during cryptographic decryption operations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:13734 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2301637 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2436802 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439887 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439947 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2454844 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2460538 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2024-41073 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2301637 | external |
| https://www.cve.org/CVERecord?id=CVE-2024-41073 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2024-41073 | external |
| https://lore.kernel.org/linux-cve-announce/202407… | external |
| https://access.redhat.com/security/cve/CVE-2026-23097 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2436802 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23097 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23097 | external |
| https://lore.kernel.org/linux-cve-announce/202602… | external |
| https://access.redhat.com/security/cve/CVE-2026-23191 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439947 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23191 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23191 | external |
| https://lore.kernel.org/linux-cve-announce/202602… | external |
| https://access.redhat.com/security/cve/CVE-2026-23193 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439887 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23193 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23193 | external |
| https://lore.kernel.org/linux-cve-announce/202602… | external |
| https://access.redhat.com/security/cve/CVE-2026-31402 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2454844 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-31402 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-31402 | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://access.redhat.com/security/cve/CVE-2026-31431 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2460538 | external |
| https://access.redhat.com/security/vulnerabilitie… | external |
| https://www.cve.org/CVERecord?id=CVE-2026-31431 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-31431 | external |
| https://access.redhat.com/articles/7141989 | external |
| https://access.redhat.com/solutions/7141931 | external |
| https://access.redhat.com/solutions/7141979 | external |
| https://access.redhat.com/solutions/7141990 | external |
| https://access.redhat.com/solutions/7141996 | external |
| https://access.redhat.com/solutions/7142032 | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://www.cisa.gov/known-exploited-vulnerabilit… | external |
| https://access.redhat.com/security/cve/CVE-2026-43077 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2467022 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-43077 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-43077 | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 9.2 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: avoid double free special payload (CVE-2024-41073)\n\n* kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration (CVE-2026-23097)\n\n* kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() (CVE-2026-23193)\n\n* kernel: ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191)\n\n* kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache (CVE-2026-31402)\n\n* kernel: crypto: algif_aead - Revert to operating out-of-place (CVE-2026-31431)\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-2026:13734",
"url": "https://access.redhat.com/errata/RHSA-2026:13734"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2301637",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2301637"
},
{
"category": "external",
"summary": "2436802",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436802"
},
{
"category": "external",
"summary": "2439887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439887"
},
{
"category": "external",
"summary": "2439947",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439947"
},
{
"category": "external",
"summary": "2454844",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454844"
},
{
"category": "external",
"summary": "2460538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460538"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13734.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-07-12T02:58:37+00:00",
"generator": {
"date": "2026-07-12T02:58:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:13734",
"initial_release_date": "2026-05-05T13:20:25+00:00",
"revision_history": [
{
"date": "2026-05-05T13:20:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-05T13:20:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-12T02:58:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:9.2::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"product": {
"name": "bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"product_id": "bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"product_id": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "perf-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "perf-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.169.1.el9_2.s390x",
"product": {
"name": "rtla-0:5.14.0-284.169.1.el9_2.s390x",
"product_id": "rtla-0:5.14.0-284.169.1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.169.1.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"product": {
"name": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"product_id": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "perf-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "perf-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"product": {
"name": "rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"product_id": "rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.169.1.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"product_id": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"product_id": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"product": {
"name": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_id": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.169.1.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"product": {
"name": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"product_id": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.0.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"product_id": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "perf-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "perf-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"product": {
"name": "rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"product_id": "rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-284.169.1.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-284.169.1.el9_2.src",
"product": {
"name": "kernel-0:5.14.0-284.169.1.el9_2.src",
"product_id": "kernel-0:5.14.0-284.169.1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-284.169.1.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.169.1.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"product_id": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.169.1.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "perf-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "perf-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "perf-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "rtla-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64"
},
"product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x"
},
"product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64"
},
"product_reference": "bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.169.1.el9_2.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src"
},
"product_reference": "kernel-0:5.14.0-284.169.1.el9_2.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-41073",
"discovery_date": "2024-07-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2301637"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvme: avoid double free special payload\n\nIf a discard request needs to be retried, and that retry may fail before\na new special payload is added, a double free will result. Clear the\nRQF_SPECIAL_LOAD when the request is cleaned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme: avoid double free special payload",
"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.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-41073"
},
{
"category": "external",
"summary": "RHBZ#2301637",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2301637"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-41073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41073"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41073",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41073"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024072909-CVE-2024-41073-1fb9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024072909-CVE-2024-41073-1fb9@gregkh/T"
}
],
"release_date": "2024-07-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T13:20:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13734"
}
],
"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.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nvme: avoid double free special payload"
},
{
"cve": "CVE-2026-23097",
"cwe": {
"id": "CWE-833",
"name": "Deadlock"
},
"discovery_date": "2026-02-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436802"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. A local attacker could exploit a deadlock vulnerability due to incorrect lock ordering between folio_lock and i_mmap_rwsem when migrating hugetlb file-backed folios. This could lead to hung tasks and potential system-wide stalls, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A deadlock can occur when migrating hugetlb file backed folios due to incorrect lock ordering between folio_lock and the mapping i_mmap_rwsem. One task in the migration path can hold folio_lock and then block on i_mmap_lock_read. Another task such as hugetlbfs fallocate or punch hole can hold i_mmap_lock_write and then block on folio_lock. This ABBA pattern can hang tasks indefinitely and lead to a denial of service. For the CVSS the PR is N because the involved operations can be triggered by normal users who can access hugetlbfs and run memory pressure and file operations. The issue is not network reachable. Impact is denial of service due to hung tasks and potential system wide stalls.",
"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.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23097"
},
{
"category": "external",
"summary": "RHBZ#2436802",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436802"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23097",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23097"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026020427-CVE-2026-23097-a591@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026020427-CVE-2026-23097-a591@gregkh/T"
}
],
"release_date": "2026-02-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T13:20:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13734"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration"
},
{
"cve": "CVE-2026-23191",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-02-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439947"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: aloop: Fix racy access at PCM trigger\n\nThe PCM trigger callback of aloop driver tries to check the PCM state\nand stop the stream of the tied substream in the corresponding cable.\nSince both check and stop operations are performed outside the cable\nlock, this may result in UAF when a program attempts to trigger\nfrequently while opening/closing the tied stream, as spotted by\nfuzzers.\n\nFor addressing the UAF, this patch changes two things:\n- It covers the most of code in loopback_check_format() with\n cable-\u003elock spinlock, and add the proper NULL checks. This avoids\n already some racy accesses.\n- In addition, now we try to check the state of the capture PCM stream\n that may be stopped in this function, which was the major pain point\n leading to UAF.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: aloop: Fix racy access at PCM trigger",
"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.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23191"
},
{
"category": "external",
"summary": "RHBZ#2439947",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439947"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23191"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026021433-CVE-2026-23191-f990@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026021433-CVE-2026-23191-f990@gregkh/T"
}
],
"release_date": "2026-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T13:20:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13734"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: aloop: Fix racy access at PCM trigger"
},
{
"cve": "CVE-2026-23193",
"cwe": {
"id": "CWE-364",
"name": "Signal Handler Race Condition"
},
"discovery_date": "2026-02-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439887"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()\n\nIn iscsit_dec_session_usage_count(), the function calls complete() while\nholding the sess-\u003esession_usage_lock. Similar to the connection usage count\nlogic, the waiter signaled by complete() (e.g., in the session release\npath) may wake up and free the iscsit_session structure immediately.\n\nThis creates a race condition where the current thread may attempt to\nexecute spin_unlock_bh() on a session structure that has already been\ndeallocated, resulting in a KASAN slab-use-after-free.\n\nTo resolve this, release the session_usage_lock before calling complete()\nto ensure all dereferences of the sess pointer are finished before the\nwaiter is allowed to proceed with deallocation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A use after free can occur in the iSCSI target session usage count logic because iscsit_dec_session_usage_count can call complete while holding session_usage_lock. A waiting thread in the session release path can wake up and free the session structure immediately after the completion is signaled. The current thread may then attempt to unlock or otherwise access fields in a session object that has already been deallocated which can trigger a slab use after free and crash the kernel. The attack surface is adjacent network because iSCSI targets are typically reachable only inside storage or data center networks. Impact can be denial of service. A conservative assessment also considers potential confidentiality and integrity impact due to kernel memory corruption from a use after free.",
"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.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23193"
},
{
"category": "external",
"summary": "RHBZ#2439887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439887"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23193",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23193"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026021434-CVE-2026-23193-2c6c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026021434-CVE-2026-23193-2c6c@gregkh/T"
}
],
"release_date": "2026-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T13:20:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13734"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module iscsi_target_mod from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()"
},
{
"cve": "CVE-2026-31402",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454844"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s NFSv4.0 server (nfsd). A remote, unauthenticated attacker can exploit this heap overflow vulnerability in the NFSv4.0 LOCK replay cache. By using two cooperating NFSv4.0 clients, where one sets a lock with a large owner string and another requests a conflicting lock, the attacker can trigger a slab-out-of-bounds write. This corruption of adjacent heap memory could lead to arbitrary code execution or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in the Linux kernel\u0027s NFSv4.0 server (nfsd) allows a heap overflow. In this flaw a local attacker can trigger this by orchestrating two NFSv4.0 clients to create a conflicting lock with an oversized owner string.",
"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.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31402"
},
{
"category": "external",
"summary": "RHBZ#2454844",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454844"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31402",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31402"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31402",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31402"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026040327-CVE-2026-31402-3e6a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026040327-CVE-2026-31402-3e6a@gregkh/T"
}
],
"release_date": "2026-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T13:20:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13734"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache"
},
{
"cve": "CVE-2026-31431",
"cwe": {
"id": "CWE-1288",
"name": "Improper Validation of Consistency within Input"
},
"discovery_date": "2026-04-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460538"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s algif_aead cryptographic algorithm interface. An incorrect in-place operation causes source and destination data mappings to differ during cryptographic processing. A low-privileged local attacker can exploit this flaw to corrupt the contents of sensitive system files and escalate to root privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: crypto: algif_aead - Revert to operating out-of-place",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as Important, rather than Critical severity, because exploitation requires local access to the system. A low-privileged local attacker can exploit this flaw in the Linux kernel\u0027s cryptographic interface to gain root privileges by overwriting sensitive system files. Exploitation does not require user interaction, potentially resulting in full compromise of confidentiality, integrity, and availability.",
"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.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31431"
},
{
"category": "external",
"summary": "RHBZ#2460538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460538"
},
{
"category": "external",
"summary": "RHSB-2026-002",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-002"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31431"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31431",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31431"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/7141989",
"url": "https://access.redhat.com/articles/7141989"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141931",
"url": "https://access.redhat.com/solutions/7141931"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141979",
"url": "https://access.redhat.com/solutions/7141979"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141990",
"url": "https://access.redhat.com/solutions/7141990"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141996",
"url": "https://access.redhat.com/solutions/7141996"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7142032",
"url": "https://access.redhat.com/solutions/7142032"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_monitoring_and_updating_the_kernel/configuring-kernel-command-line-parameters_managing-monitoring-and-updating-the-kernel",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_monitoring_and_updating_the_kernel/configuring-kernel-command-line-parameters_managing-monitoring-and-updating-the-kernel"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042214-CVE-2026-31431-3d65@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042214-CVE-2026-31431-3d65@gregkh/T"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2026-04-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T13:20:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13734"
},
{
"category": "workaround",
"details": "See the security bulletin for a detailed mitigation procedure.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2026-05-01T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: crypto: algif_aead - Revert to operating out-of-place"
},
{
"cve": "CVE-2026-43077",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel, specifically within the `algif_aead` module. The vulnerability involves an incorrect check for the minimum receive buffer size during decryption, which did not properly account for the tag size. This could potentially lead to issues with data integrity or processing during cryptographic decryption operations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: crypto: algif_aead - Fix minimum RX size check for decryption",
"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.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43077"
},
{
"category": "external",
"summary": "RHBZ#2467022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43077"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43077",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43077"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050612-CVE-2026-43077-d7b1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050612-CVE-2026-43077-d7b1@gregkh/T"
}
],
"release_date": "2026-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-05T13:20:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13734"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.169.1.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.src",
"BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.169.1.el9_2.noarch",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.169.1.el9_2.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.s390x",
"BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.169.1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: crypto: algif_aead - Fix minimum RX size check for decryption"
}
]
}
RHSA-2026:13932
Vulnerability from csaf_redhat - Published: 2026-05-06 08:46 - Updated: 2026-07-17 16:41A flaw was found in the Linux kernel's `qla2xxx` block SCSI generic (bsg) interface. This vulnerability, a double free, occurs because certain vendor-specific handlers incorrectly call the `bsg_job_done` function on both successful and failed operation paths. A local user could exploit this to trigger memory corruption, leading to a kernel crash and a Denial of Service (DoS). There is also a theoretical risk of local privilege escalation due to the memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cable. Since both check and stop operations are performed outside the cable lock, this may result in UAF when a program attempts to trigger frequently while opening/closing the tied stream, as spotted by fuzzers. For addressing the UAF, this patch changes two things: - It covers the most of code in loopback_check_format() with cable->lock spinlock, and add the proper NULL checks. This avoids already some racy accesses. - In addition, now we try to check the state of the capture PCM stream that may be stopped in this function, which was the major pain point leading to UAF.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's Kernel-based Virtual Machine (KVM) component. A local attacker with privileges on the host system could exploit a vulnerability in how KVM handles shadow page table entries (SPTEs) during memory-mapped I/O (MMIO) operations. By manipulating guest page table entries (gPTEs) from host userspace, an attacker could cause KVM to install an MMIO SPTE without properly removing an existing shadow-present SPTE. This improper handling could lead to a kernel warning, resulting in a denial of service or potentially allowing for privilege escalation or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's algif_aead cryptographic algorithm interface. An incorrect in-place operation causes source and destination data mappings to differ during cryptographic processing. A low-privileged local attacker can exploit this flaw to corrupt the contents of sensitive system files and escalate to root privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's Controller Area Network (CAN) raw socket implementation. A use-after-free vulnerability can occur due to a timing window during the unregistration of CAN receive filters, allowing a freed memory region to be accessed. This could lead to system instability or a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel, specifically within the `algif_aead` module. The vulnerability involves an incorrect check for the minimum receive buffer size during decryption, which did not properly account for the tag size. This could potentially lead to issues with data integrity or processing during cryptographic decryption operations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:13932 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439947 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2444398 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2453803 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2460538 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2461107 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2025-71238 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2444398 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-71238 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-71238 | external |
| https://lore.kernel.org/linux-cve-announce/202603… | external |
| https://access.redhat.com/security/cve/CVE-2026-23191 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2439947 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23191 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23191 | external |
| https://lore.kernel.org/linux-cve-announce/202602… | external |
| https://access.redhat.com/security/cve/CVE-2026-23401 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2453803 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23401 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23401 | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://access.redhat.com/security/cve/CVE-2026-31431 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2460538 | external |
| https://access.redhat.com/security/vulnerabilitie… | external |
| https://www.cve.org/CVERecord?id=CVE-2026-31431 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-31431 | external |
| https://access.redhat.com/articles/7141989 | external |
| https://access.redhat.com/solutions/7141931 | external |
| https://access.redhat.com/solutions/7141979 | external |
| https://access.redhat.com/solutions/7141990 | external |
| https://access.redhat.com/solutions/7141996 | external |
| https://access.redhat.com/solutions/7142032 | external |
| https://docs.redhat.com/en/documentation/red_hat_… | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://www.cisa.gov/known-exploited-vulnerabilit… | external |
| https://access.redhat.com/security/cve/CVE-2026-31532 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2461107 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-31532 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-31532 | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://access.redhat.com/security/cve/CVE-2026-43077 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2467022 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-43077 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-43077 | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel 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": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191)\n\n* kernel: Linux kernel (qla2xxx): Double free vulnerability leads to denial of service and potential privilege escalation. (CVE-2025-71238)\n\n* kernel: Linux kernel KVM: Privilege escalation or denial of service due to improper shadow page table entry handling (CVE-2026-23401)\n\n* kernel: crypto: algif_aead - Revert to operating out-of-place (CVE-2026-31431)\n\n* kernel: can: raw: fix ro-\u003euniq use-after-free in raw_rcv() (CVE-2026-31532)\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-2026:13932",
"url": "https://access.redhat.com/errata/RHSA-2026:13932"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2439947",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439947"
},
{
"category": "external",
"summary": "2444398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444398"
},
{
"category": "external",
"summary": "2453803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453803"
},
{
"category": "external",
"summary": "2460538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460538"
},
{
"category": "external",
"summary": "2461107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461107"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13932.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-07-17T16:41:22+00:00",
"generator": {
"date": "2026-07-17T16:41:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:13932",
"initial_release_date": "2026-05-06T08:46:35+00:00",
"revision_history": [
{
"date": "2026-05-06T08:46:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-06T08:46:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-17T16:41:22+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.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"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_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::realtime"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::nfv"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "perf-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "perf-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "rv-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "rv-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"product": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"product_id": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"product": {
"name": "bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"product_id": "bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.3.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"product": {
"name": "libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"product_id": "libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-427.124.1.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"product_id": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"product_id": "bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.3.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"product": {
"name": "libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_id": "libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-427.124.1.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "perf-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "perf-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "rv-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "rv-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"product": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"product_id": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"product": {
"name": "bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"product_id": "bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.3.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"product": {
"name": "libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"product_id": "libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-427.124.1.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "perf-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "perf-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "rtla-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "rtla-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "rv-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "rv-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"product": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"product_id": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"product": {
"name": "bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"product_id": "bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@7.3.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-427.124.1.el9_4.s390x",
"product": {
"name": "libperf-0:5.14.0-427.124.1.el9_4.s390x",
"product_id": "libperf-0:5.14.0-427.124.1.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-427.124.1.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"product_id": "kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-427.124.1.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-427.124.1.el9_4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-427.124.1.el9_4.src",
"product": {
"name": "kernel-0:5.14.0-427.124.1.el9_4.src",
"product_id": "kernel-0:5.14.0-427.124.1.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-427.124.1.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-427.124.1.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "perf-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "perf-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "perf-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "rtla-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "rv-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "rv-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "rv-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64"
},
"product_reference": "bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x"
},
"product_reference": "bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:7.3.0-427.124.1.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:bpftool-0:7.3.0-427.124.1.el9_4.x86_64"
},
"product_reference": "bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.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:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.124.1.el9_4.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src"
},
"product_reference": "kernel-0:5.14.0-427.124.1.el9_4.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-427.124.1.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:kernel-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-427.124.1.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:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-427.124.1.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:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-427.124.1.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:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.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:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-427.124.1.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:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-427.124.1.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:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-427.124.1.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:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-427.124.1.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:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.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:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.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:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-427.124.1.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:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-427.124.1.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:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-427.124.1.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:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.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:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.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:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-427.124.1.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:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.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:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-427.124.1.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:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-427.124.1.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:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.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:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.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:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-427.124.1.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:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.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:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "libperf-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)",
"product_id": "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "NFV-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64"
},
"product_reference": "bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v.9.4)",
"product_id": "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"relates_to_product_reference": "RT-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-71238",
"cwe": {
"id": "CWE-672",
"name": "Operation on a Resource after Expiration or Release"
},
"discovery_date": "2026-03-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444398"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s `qla2xxx` block SCSI generic (bsg) interface. This vulnerability, a double free, occurs because certain vendor-specific handlers incorrectly call the `bsg_job_done` function on both successful and failed operation paths. A local user could exploit this to trigger memory corruption, leading to a kernel crash and a Denial of Service (DoS). There is also a theoretical risk of local privilege escalation due to the memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel (qla2xxx): Double free vulnerability leads to denial of service and potential privilege escalation.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A kernel double free can be triggered in the qla2xxx bsg interface because some vendor specific handlers called bsg_job_done on both success and failure paths. This can result in the same bsg job being completed and freed twice which leads to memory corruption and a kernel crash. The issue is not network reachable. Impact is denial of service and there is a theoretical risk of local privilege escalation because the flaw is a kernel memory corruption condition.",
"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.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-71238"
},
{
"category": "external",
"summary": "RHBZ#2444398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444398"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-71238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-71238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-71238"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026030437-CVE-2025-71238-76bc@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026030437-CVE-2025-71238-76bc@gregkh/T"
}
],
"release_date": "2026-03-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T08:46: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": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13932"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module qla2xxx from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel (qla2xxx): Double free vulnerability leads to denial of service and potential privilege escalation."
},
{
"cve": "CVE-2026-23191",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-02-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439947"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: aloop: Fix racy access at PCM trigger\n\nThe PCM trigger callback of aloop driver tries to check the PCM state\nand stop the stream of the tied substream in the corresponding cable.\nSince both check and stop operations are performed outside the cable\nlock, this may result in UAF when a program attempts to trigger\nfrequently while opening/closing the tied stream, as spotted by\nfuzzers.\n\nFor addressing the UAF, this patch changes two things:\n- It covers the most of code in loopback_check_format() with\n cable-\u003elock spinlock, and add the proper NULL checks. This avoids\n already some racy accesses.\n- In addition, now we try to check the state of the capture PCM stream\n that may be stopped in this function, which was the major pain point\n leading to UAF.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ALSA: aloop: Fix racy access at PCM trigger",
"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.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23191"
},
{
"category": "external",
"summary": "RHBZ#2439947",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439947"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23191",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23191"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026021433-CVE-2026-23191-f990@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026021433-CVE-2026-23191-f990@gregkh/T"
}
],
"release_date": "2026-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T08:46: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": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13932"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ALSA: aloop: Fix racy access at PCM trigger"
},
{
"cve": "CVE-2026-23401",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453803"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Kernel-based Virtual Machine (KVM) component. A local attacker with privileges on the host system could exploit a vulnerability in how KVM handles shadow page table entries (SPTEs) during memory-mapped I/O (MMIO) operations. By manipulating guest page table entries (gPTEs) from host userspace, an attacker could cause KVM to install an MMIO SPTE without properly removing an existing shadow-present SPTE. This improper handling could lead to a kernel warning, resulting in a denial of service or potentially allowing for privilege escalation or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel KVM: Privilege escalation or denial of service due to improper shadow page table entry handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important impact vulnerability. A flaw in the KVM\u0027s x86/mmu component in the Linux kernel could allow a privileged guest user to trigger a host denial of service. This issue occurs when host userspace modifies a shadowed gPTE to switch from a memslot to emulated MMIO, leading to a missing SPTE zap. Red Hat Enterprise Linux 8, 9, and 10, and Red Hat In-Vehicle OS are affected. Red Hat Enterprise Linux 6 and 7 are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23401"
},
{
"category": "external",
"summary": "RHBZ#2453803",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453803"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23401",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23401"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23401",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23401"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026040108-CVE-2026-23401-956d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026040108-CVE-2026-23401-956d@gregkh/T"
}
],
"release_date": "2026-04-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T08:46: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": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13932"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: Linux kernel KVM: Privilege escalation or denial of service due to improper shadow page table entry handling"
},
{
"cve": "CVE-2026-31431",
"cwe": {
"id": "CWE-1288",
"name": "Improper Validation of Consistency within Input"
},
"discovery_date": "2026-04-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460538"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s algif_aead cryptographic algorithm interface. An incorrect in-place operation causes source and destination data mappings to differ during cryptographic processing. A low-privileged local attacker can exploit this flaw to corrupt the contents of sensitive system files and escalate to root privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: crypto: algif_aead - Revert to operating out-of-place",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as Important, rather than Critical severity, because exploitation requires local access to the system. A low-privileged local attacker can exploit this flaw in the Linux kernel\u0027s cryptographic interface to gain root privileges by overwriting sensitive system files. Exploitation does not require user interaction, potentially resulting in full compromise of confidentiality, integrity, and availability.",
"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.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31431"
},
{
"category": "external",
"summary": "RHBZ#2460538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460538"
},
{
"category": "external",
"summary": "RHSB-2026-002",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-002"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31431"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31431",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31431"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/7141989",
"url": "https://access.redhat.com/articles/7141989"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141931",
"url": "https://access.redhat.com/solutions/7141931"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141979",
"url": "https://access.redhat.com/solutions/7141979"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141990",
"url": "https://access.redhat.com/solutions/7141990"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7141996",
"url": "https://access.redhat.com/solutions/7141996"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7142032",
"url": "https://access.redhat.com/solutions/7142032"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_monitoring_and_updating_the_kernel/configuring-kernel-command-line-parameters_managing-monitoring-and-updating-the-kernel",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_monitoring_and_updating_the_kernel/configuring-kernel-command-line-parameters_managing-monitoring-and-updating-the-kernel"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042214-CVE-2026-31431-3d65@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042214-CVE-2026-31431-3d65@gregkh/T"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2026-04-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T08:46: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": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13932"
},
{
"category": "workaround",
"details": "See the security bulletin for a detailed mitigation procedure.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2026-05-01T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: crypto: algif_aead - Revert to operating out-of-place"
},
{
"cve": "CVE-2026-31532",
"cwe": {
"id": "CWE-366",
"name": "Race Condition within a Thread"
},
"discovery_date": "2026-04-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461107"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Controller Area Network (CAN) raw socket implementation. A use-after-free vulnerability can occur due to a timing window during the unregistration of CAN receive filters, allowing a freed memory region to be accessed. This could lead to system instability or a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: can: raw: fix ro-\u003euniq use-after-free in raw_rcv()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A use-after-free flaw in the Linux kernel CAN raw socket implementation can occur when raw_release() frees the per-CPU ro-\u003euniq storage before RCU-deferred receive callbacks have fully drained. A local attacker able to create raw CAN sockets and trigger CAN receive activity could race socket teardown with raw_rcv() and cause a kernel crash. The likely impact is denial of service, while privilege escalation would require additional, unproven control over per-CPU memory reuse.\nThe issue appears more consistent with an RCU lifetime/race-condition bug leading primarily to denial of service, as exploitation depends on a narrow teardown race involving a percpu object rather than a generic reclaimable slab object, with no demonstrated privilege-escalation path or obvious controlled overwrite primitive in the relatively niche CAN raw socket subsystem.",
"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.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31532"
},
{
"category": "external",
"summary": "RHBZ#2461107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461107"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31532",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31532"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31532",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31532"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042349-CVE-2026-31532-a820@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042349-CVE-2026-31532-a820@gregkh/T"
}
],
"release_date": "2026-04-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T08:46: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": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13932"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: can: raw: fix ro-\u003euniq use-after-free in raw_rcv()"
},
{
"cve": "CVE-2026-43077",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel, specifically within the `algif_aead` module. The vulnerability involves an incorrect check for the minimum receive buffer size during decryption, which did not properly account for the tag size. This could potentially lead to issues with data integrity or processing during cryptographic decryption operations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: crypto: algif_aead - Fix minimum RX size check for decryption",
"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.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43077"
},
{
"category": "external",
"summary": "RHBZ#2467022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43077"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43077",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43077"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050612-CVE-2026-43077-d7b1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050612-CVE-2026-43077-d7b1@gregkh/T"
}
],
"release_date": "2026-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-06T08:46: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": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13932"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.124.1.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.124.1.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.src",
"BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.124.1.el9_4.noarch",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.124.1.el9_4.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64",
"RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.124.1.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: crypto: algif_aead - Fix minimum RX size check for decryption"
}
]
}
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.