Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-23415 (GCVE-0-2026-23415)
Vulnerability from cvelistv5 – Published: 2026-04-02 11:40 – Updated: 2026-08-05 12:21| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
c042c505210dc3453f378df432c10fff3d471bc5 , < 853f70c67d1b37e368fdcb3e328c4b8c04f53ac0
(git)
Affected: c042c505210dc3453f378df432c10fff3d471bc5 , < 7e196194ea27bd49adf3551e2aceb83498eb73fe (git) Affected: c042c505210dc3453f378df432c10fff3d471bc5 , < 190a8c48ff623c3d67cb295b4536a660db2012aa (git) |
|
| Linux | Linux |
Affected:
6.16
Unaffected: 0 , < 6.16 (semver) Unaffected: 6.18.21 , ≤ 6.18.* (semver) Unaffected: 6.19.11 , ≤ 6.19.* (semver) Unaffected: 7.0 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"include/linux/mempolicy.h",
"kernel/futex/core.c",
"mm/mempolicy.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "853f70c67d1b37e368fdcb3e328c4b8c04f53ac0",
"status": "affected",
"version": "c042c505210dc3453f378df432c10fff3d471bc5",
"versionType": "git"
},
{
"lessThan": "7e196194ea27bd49adf3551e2aceb83498eb73fe",
"status": "affected",
"version": "c042c505210dc3453f378df432c10fff3d471bc5",
"versionType": "git"
},
{
"lessThan": "190a8c48ff623c3d67cb295b4536a660db2012aa",
"status": "affected",
"version": "c042c505210dc3453f378df432c10fff3d471bc5",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"include/linux/mempolicy.h",
"kernel/futex/core.c",
"mm/mempolicy.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.16"
},
{
"lessThan": "6.16",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.21",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.11",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.0",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.21",
"versionStartIncluding": "6.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.19.11",
"versionStartIncluding": "6.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.0",
"versionStartIncluding": "6.16",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfutex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()\n\nDuring futex_key_to_node_opt() execution, vma-\u003evm_policy is read under\nspeculative mmap lock and RCU. Concurrently, mbind() may call\nvma_replace_policy() which frees the old mempolicy immediately via\nkmem_cache_free().\n\nThis creates a race where __futex_key_to_node() dereferences a freed\nmempolicy pointer, causing a use-after-free read of mpol-\u003emode.\n\n[ 151.412631] BUG: KASAN: slab-use-after-free in __futex_key_to_node (kernel/futex/core.c:349)\n[ 151.414046] Read of size 2 at addr ffff888001c49634 by task e/87\n\n[ 151.415969] Call Trace:\n\n[ 151.416732] __asan_load2 (mm/kasan/generic.c:271)\n[ 151.416777] __futex_key_to_node (kernel/futex/core.c:349)\n[ 151.416822] get_futex_key (kernel/futex/core.c:374 kernel/futex/core.c:386 kernel/futex/core.c:593)\n\nFix by adding rcu to __mpol_put()."
}
],
"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"
},
"scenarios": [
{
"lang": "en",
"value": "AV:L - The vulnerable path is reached through local futex2/io_uring futex operations using FUTEX2_MPOL against the caller\u0027s user address space. It is not exposed directly to remote packets or adjacent/physical inputs.\nAC:L - The attacker can control both sides of the race by running concurrent threads that invoke futex wake/wait key derivation and mbind()/set_mempolicy_home_node() policy replacement on the same VMA. No external victim timing or rare state is required once the affected CONFIG_FUTEX_MPOL kernel is in use.\nPR:L - Both futex operations and basic mbind() VMA policy replacement are available to an unprivileged local user for their own process address space. The only relevant capability check is for MPOL_MF_MOVE_ALL, which is not needed to replace the VMA policy and trigger the UAF.\nUI:N - No victim action is required; the attacker can create the mapping, set policy, and issue the racing syscalls directly. Exploitation is self-contained in attacker-controlled local processes/threads.\nS:U - The bug is in the kernel\u0027s futex/mempolicy handling and affects the same kernel security authority. This is a standard local kernel vulnerability rather than a VM/IOMMU or separate-scope boundary crossing.\nC:H - This is a kernel use-after-free of struct mempolicy during futex key derivation, and UAF conditions can expose freed kernel heap contents or be shaped with heap reuse. Following the higher-severity rule for UAFs, confidentiality impact is High.\nI:H - The stale mempolicy data influences futex hash node selection and subsequent kernel data structure access, making memory corruption or control-flow-relevant exploitation defensible under UAF heap reuse. Following the higher-severity rule for UAFs, integrity impact is High.\nA:H - The reported failure is a KASAN slab-use-after-free in __futex_key_to_node(), and stale or invalid policy data can crash/oops the kernel. A local attacker can trigger the race repeatedly, so availability impact is High."
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-05T12:21:35.941Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/853f70c67d1b37e368fdcb3e328c4b8c04f53ac0"
},
{
"url": "https://git.kernel.org/stable/c/7e196194ea27bd49adf3551e2aceb83498eb73fe"
},
{
"url": "https://git.kernel.org/stable/c/190a8c48ff623c3d67cb295b4536a660db2012aa"
}
],
"title": "futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-23415",
"datePublished": "2026-04-02T11:40:56.476Z",
"dateReserved": "2026-01-13T15:37:46.014Z",
"dateUpdated": "2026-08-05T12:21:35.941Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-23415",
"date": "2026-08-13",
"epss": "0.00131",
"percentile": "0.03119"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-23415\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-04-02T12:16:20.810\",\"lastModified\":\"2026-06-17T10:21:32.360\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nfutex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()\\n\\nDuring futex_key_to_node_opt() execution, vma-\u003evm_policy is read under\\nspeculative mmap lock and RCU. Concurrently, mbind() may call\\nvma_replace_policy() which frees the old mempolicy immediately via\\nkmem_cache_free().\\n\\nThis creates a race where __futex_key_to_node() dereferences a freed\\nmempolicy pointer, causing a use-after-free read of mpol-\u003emode.\\n\\n[ 151.412631] BUG: KASAN: slab-use-after-free in __futex_key_to_node (kernel/futex/core.c:349)\\n[ 151.414046] Read of size 2 at addr ffff888001c49634 by task e/87\\n\\n[ 151.415969] Call Trace:\\n\\n[ 151.416732] __asan_load2 (mm/kasan/generic.c:271)\\n[ 151.416777] __futex_key_to_node (kernel/futex/core.c:349)\\n[ 151.416822] get_futex_key (kernel/futex/core.c:374 kernel/futex/core.c:386 kernel/futex/core.c:593)\\n\\nFix by adding rcu to __mpol_put().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"include/linux/mempolicy.h\",\"kernel/futex/core.c\",\"mm/mempolicy.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"c042c505210dc3453f378df432c10fff3d471bc5\",\"lessThan\":\"853f70c67d1b37e368fdcb3e328c4b8c04f53ac0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c042c505210dc3453f378df432c10fff3d471bc5\",\"lessThan\":\"7e196194ea27bd49adf3551e2aceb83498eb73fe\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c042c505210dc3453f378df432c10fff3d471bc5\",\"lessThan\":\"190a8c48ff623c3d67cb295b4536a660db2012aa\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"include/linux/mempolicy.h\",\"kernel/futex/core.c\",\"mm/mempolicy.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.16\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.16\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.21\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19.11\",\"lessThanOrEqual\":\"6.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0\",\"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: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}]},\"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\":\"6.16.1\",\"versionEndExcluding\":\"6.18.21\",\"matchCriteriaId\":\"ABCE137D-81F5-4A69-BEC9-C222E10F0BAF\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.11\",\"matchCriteriaId\":\"4CA2E747-A9EC-4518-9AA2-B4247FC748B7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.16:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"6238B17D-C12B-458F-A138-97039BFC4595\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"F253B622-8837-4245-BCE5-A7BF8FC76A16\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"4AE85AD8-4641-4E7C-A2F4-305E2CD9EE64\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F666C8D8-6538-46D4-B318-87610DE64C34\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"02259FDA-961B-47BC-AE7F-93D7EC6E90C2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"58A9FEFF-C040-420D-8F0A-BFDAAA1DF258\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"1D2315C0-D46F-4F85-9754-F9E5E11374A6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"512EE3A8-A590-4501-9A94-5D4B268D6138\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/190a8c48ff623c3d67cb295b4536a660db2012aa\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7e196194ea27bd49adf3551e2aceb83498eb73fe\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/853f70c67d1b37e368fdcb3e328c4b8c04f53ac0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-08-11T15:27:24+00:00",
"cve": "CVE-2026-23415",
"id": "CVE-2026-23415",
"initial_release_date": "2026-04-02T00:00:00+00:00",
"product_status:fixed": "612",
"product_status:known_affected": "22",
"product_status:known_not_affected": "90",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-23415.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-08-06T01:26:04Z",
"cve": "CVE-2026-23415",
"id": "CVE-2026-23415",
"initial_release_date": "2026-04-02T23:28:02Z",
"product_status:known_not_affected": "308",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-23415",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-23415.json",
"version": "5"
}
}
}
alsa-2026:51035
Vulnerability from osv_almalinux
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
- kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)
- kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (CVE-2026-43450)
Bug Fix(es) and Enhancement(s):
- kernel panics caused by NULL pointer dereferences within octeon_ep_vf [almalinux-9.8.z] (JIRA:AlmaLinux-186331)
- [AlmaLinux 9.4] Kernel memory reclaim bug [almalinux-9.8.z] (JIRA:AlmaLinux-211058)
- Bond network interface is not coming up with MTU 9000 while vPMEM is enabled [almalinux-9.8.z] (JIRA:AlmaLinux-215575)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-abi-stablelists"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-cross-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-debug-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-rt-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-tools"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-tools-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-tools-libs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-uki-virt-addons"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "kernel-zfcpdump-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "libperf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python3-perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rtla"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system. \n\nSecurity Fix(es): \n\n * kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)\n * kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (CVE-2026-43450)\n\n\nBug Fix(es) and Enhancement(s): \n\n * kernel panics caused by NULL pointer dereferences within octeon_ep_vf [almalinux-9.8.z] (JIRA:AlmaLinux-186331)\n * [AlmaLinux 9.4] Kernel memory reclaim bug [almalinux-9.8.z] (JIRA:AlmaLinux-211058)\n * Bond network interface is not coming up with MTU 9000 while vPMEM is enabled [almalinux-9.8.z] (JIRA:AlmaLinux-215575)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:51035",
"modified": "2026-08-07T15:25:55Z",
"published": "2026-08-06T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:51035"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-23415"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-43450"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2454320"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2468228"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-51035.html"
}
],
"related": [
"CVE-2026-23415",
"CVE-2026-43450"
],
"summary": "Moderate: kernel security, bug fix, and enhancement update"
}
alsa-2026:53330
Vulnerability from osv_almalinux
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
- kernel: fsnotify: Fix ordering of iput() and watched_objects decrement (CVE-2024-53143)
- kernel: shmem: fix recovery on rename failures (CVE-2025-71072)
- kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)
- kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)
- kernel: ipc: limit next_id allocation to the valid ID range (CVE-2026-52923)
- kernel: mm/slab: do not limit zeroing to orig_size when only red zoning is enabled (CVE-2026-64368)
- kernel: net: openvswitch: reject oversized nested action attrs (CVE-2026-64531)
Bug Fix(es) and Enhancement(s):
- Kernel oops after increasing max number of mac addresses of a mlx5 VF [almalinux-10.2.z] (JIRA:AlmaLinux-213035)
- AlmaLinux10.0 - s390/pkey: Check length in PKEY_VERIFYPROTK ioctl [almalinux-10.2.z] (JIRA:AlmaLinux-222503)
- AlmaLinux10.0 - s390/pkey: Check length in pkey_pckmo handler implementation [almalinux-10.2.z] (JIRA:AlmaLinux-222505)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-abi-stablelists"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-cross-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-extra-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools-libs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-uki-virt-addons"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "libperf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "python3-perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "rtla"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "rv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system. \n\nSecurity Fix(es): \n\n * kernel: fsnotify: Fix ordering of iput() and watched_objects decrement (CVE-2024-53143)\n * kernel: shmem: fix recovery on rename failures (CVE-2025-71072)\n * kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)\n * kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)\n * kernel: ipc: limit next_id allocation to the valid ID range (CVE-2026-52923)\n * kernel: mm/slab: do not limit zeroing to orig_size when only red zoning is enabled (CVE-2026-64368)\n * kernel: net: openvswitch: reject oversized nested action attrs (CVE-2026-64531)\n\n\nBug Fix(es) and Enhancement(s): \n\n * Kernel oops after increasing max number of mac addresses of a mlx5 VF [almalinux-10.2.z] (JIRA:AlmaLinux-213035)\n * AlmaLinux10.0 - s390/pkey: Check length in PKEY_VERIFYPROTK ioctl [almalinux-10.2.z] (JIRA:AlmaLinux-222503)\n * AlmaLinux10.0 - s390/pkey: Check length in pkey_pckmo handler implementation [almalinux-10.2.z] (JIRA:AlmaLinux-222505)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:53330",
"modified": "2026-08-13T09:17:25Z",
"published": "2026-08-11T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2024-53143"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-71072"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-23415"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-31488"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-52923"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-64368"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-64531"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2330957"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2429083"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2454320"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2460619"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492094"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2507213"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2507402"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-53330.html"
}
],
"related": [
"CVE-2024-53143",
"CVE-2025-71072",
"CVE-2026-23415",
"CVE-2026-31488",
"CVE-2026-52923",
"CVE-2026-64368",
"CVE-2026-64531"
],
"summary": "Important: kernel security, bug fix, and enhancement update"
}
CERTFR-2026-AVI-0983
Vulnerability from certfr_avis - Published: 2026-08-07 - Updated: 2026-08-07
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, 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 IBM z Systems - Extended Update Support 10.0 s390x | ||
| 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 | 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 CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x | ||
| 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 | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.8 s390x | ||
| 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 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 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.0 x86_64 | ||
| 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 Enterprise Linux | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux Server | Red Hat Enterprise Linux Server - AUS 9.6 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 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 Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le | ||
| 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 CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 9 aarch64 | ||
| 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.6 aarch64 | ||
| 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 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 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 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 IBM z Systems - Extended Update Support 10.2 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.0 ppc64le | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.2 aarch64 | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Real Time for NFV 8 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 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 Enterprise Linux | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x | ||
| 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 - 4 years of updates 10.2 s390x | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 x86_64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.8 ppc64le | ||
| Red Hat | Red Hat CodeReady Linux Builder | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| 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 x86_64 - Extended Life Cycle Long Life 8.6 x86_64 | ||
| 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 | Red Hat Enterprise Linux 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 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 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 Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64 | ||
| Red Hat | Red Hat Enterprise Linux | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$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 IBM z Systems - Extended Update Support 10.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"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 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 CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.0 s390x",
"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 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 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 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 - Extended Update Support 10.0 x86_64",
"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.0 x86_64",
"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 9.2 x86_64",
"product": {
"name": "Red Hat Enterprise Linux",
"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 CodeReady Linux Builder for Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"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 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 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 Enterprise Linux for Power, little endian - 4 years of support 10.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"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 CodeReady Linux Builder for ARM 64 9 aarch64",
"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.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.6 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.8 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux Server",
"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 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 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 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 Power, little endian - Extended Update Support 10.0 ppc64le",
"product": {
"name": "Red Hat Enterprise Linux",
"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 CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"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 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 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 Enterprise Linux for IBM z Systems - 4 years of updates 10.0 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"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 - 4 years of updates 10.2 s390x",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.0 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 Life Cycle 9.8 ppc64le",
"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.6 aarch64",
"product": {
"name": "Red Hat CodeReady Linux Builder",
"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 x86_64 - Extended Life Cycle Long Life 8.6 x86_64",
"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 for ARM 64 - Extended Update Support 9.8 aarch64",
"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 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 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 Enterprise Linux for ARM 64 - 4 years of updates 10.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.0 aarch64",
"product": {
"name": "Red Hat Enterprise Linux",
"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-64531",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64531"
},
{
"name": "CVE-2026-63807",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63807"
},
{
"name": "CVE-2026-23199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23199"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2026-31787",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31787"
},
{
"name": "CVE-2026-46303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46303"
},
{
"name": "CVE-2026-52993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52993"
},
{
"name": "CVE-2026-46113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46113"
},
{
"name": "CVE-2026-31692",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31692"
},
{
"name": "CVE-2026-43450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43450"
},
{
"name": "CVE-2026-46116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46116"
},
{
"name": "CVE-2025-10263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10263"
},
{
"name": "CVE-2026-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46150"
},
{
"name": "CVE-2026-45984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45984"
},
{
"name": "CVE-2025-54518",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54518"
},
{
"name": "CVE-2026-23415",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23415"
},
{
"name": "CVE-2025-68214",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68214"
},
{
"name": "CVE-2026-53359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53359"
},
{
"name": "CVE-2026-43186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43186"
},
{
"name": "CVE-2026-64530",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64530"
},
{
"name": "CVE-2026-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52923"
},
{
"name": "CVE-2026-43116",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43116"
},
{
"name": "CVE-2025-68211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68211"
}
],
"initial_release_date": "2026-08-07T00:00:00",
"last_revision_date": "2026-08-07T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0983",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-08-07T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"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, 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-31",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49033",
"url": "https://access.redhat.com/errata/RHSA-2026:49033"
},
{
"published_at": "2026-08-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:51604",
"url": "https://access.redhat.com/errata/RHSA-2026:51604"
},
{
"published_at": "2026-07-31",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49032",
"url": "https://access.redhat.com/errata/RHSA-2026:49032"
},
{
"published_at": "2026-07-31",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49212",
"url": "https://access.redhat.com/errata/RHSA-2026:49212"
},
{
"published_at": "2026-08-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:50979",
"url": "https://access.redhat.com/errata/RHSA-2026:50979"
},
{
"published_at": "2026-07-31",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49214",
"url": "https://access.redhat.com/errata/RHSA-2026:49214"
},
{
"published_at": "2026-08-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:51603",
"url": "https://access.redhat.com/errata/RHSA-2026:51603"
},
{
"published_at": "2026-08-04",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49871",
"url": "https://access.redhat.com/errata/RHSA-2026:49871"
},
{
"published_at": "2026-07-31",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49211",
"url": "https://access.redhat.com/errata/RHSA-2026:49211"
},
{
"published_at": "2026-07-31",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49213",
"url": "https://access.redhat.com/errata/RHSA-2026:49213"
},
{
"published_at": "2026-07-31",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49031",
"url": "https://access.redhat.com/errata/RHSA-2026:49031"
},
{
"published_at": "2026-08-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:51295",
"url": "https://access.redhat.com/errata/RHSA-2026:51295"
},
{
"published_at": "2026-07-31",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49030",
"url": "https://access.redhat.com/errata/RHSA-2026:49030"
},
{
"published_at": "2026-08-04",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49851",
"url": "https://access.redhat.com/errata/RHSA-2026:49851"
},
{
"published_at": "2026-08-06",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:51035",
"url": "https://access.redhat.com/errata/RHSA-2026:51035"
},
{
"published_at": "2026-08-04",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:49857",
"url": "https://access.redhat.com/errata/RHSA-2026:49857"
}
]
}
FKIE_CVE-2026-23415
Vulnerability from fkie_nvd - Published: 2026-04-02 12:16 - Updated: 2026-06-17 10:217.8 (High) - CVSS:3.1/AV:L/AC:L/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/190a8c48ff623c3d67cb295b4536a660db2012aa | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/7e196194ea27bd49adf3551e2aceb83498eb73fe | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/853f70c67d1b37e368fdcb3e328c4b8c04f53ac0 | Patch |
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | 6.16 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 | |
| linux | linux_kernel | 7.0 |
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"include/linux/mempolicy.h",
"kernel/futex/core.c",
"mm/mempolicy.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "853f70c67d1b37e368fdcb3e328c4b8c04f53ac0",
"status": "affected",
"version": "c042c505210dc3453f378df432c10fff3d471bc5",
"versionType": "git"
},
{
"lessThan": "7e196194ea27bd49adf3551e2aceb83498eb73fe",
"status": "affected",
"version": "c042c505210dc3453f378df432c10fff3d471bc5",
"versionType": "git"
},
{
"lessThan": "190a8c48ff623c3d67cb295b4536a660db2012aa",
"status": "affected",
"version": "c042c505210dc3453f378df432c10fff3d471bc5",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"include/linux/mempolicy.h",
"kernel/futex/core.c",
"mm/mempolicy.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.16"
},
{
"lessThan": "6.16",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.21",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.19.*",
"status": "unaffected",
"version": "6.19.11",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.0",
"versionType": "original_commit_for_fix"
}
]
}
],
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "ABCE137D-81F5-4A69-BEC9-C222E10F0BAF",
"versionEndExcluding": "6.18.21",
"versionStartIncluding": "6.16.1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "4CA2E747-A9EC-4518-9AA2-B4247FC748B7",
"versionEndExcluding": "6.19.11",
"versionStartIncluding": "6.19",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.16:-:*:*:*:*:*:*",
"matchCriteriaId": "6238B17D-C12B-458F-A138-97039BFC4595",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*",
"matchCriteriaId": "F253B622-8837-4245-BCE5-A7BF8FC76A16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*",
"matchCriteriaId": "4AE85AD8-4641-4E7C-A2F4-305E2CD9EE64",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*",
"matchCriteriaId": "F666C8D8-6538-46D4-B318-87610DE64C34",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*",
"matchCriteriaId": "02259FDA-961B-47BC-AE7F-93D7EC6E90C2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*",
"matchCriteriaId": "58A9FEFF-C040-420D-8F0A-BFDAAA1DF258",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*",
"matchCriteriaId": "1D2315C0-D46F-4F85-9754-F9E5E11374A6",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*",
"matchCriteriaId": "512EE3A8-A590-4501-9A94-5D4B268D6138",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfutex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()\n\nDuring futex_key_to_node_opt() execution, vma-\u003evm_policy is read under\nspeculative mmap lock and RCU. Concurrently, mbind() may call\nvma_replace_policy() which frees the old mempolicy immediately via\nkmem_cache_free().\n\nThis creates a race where __futex_key_to_node() dereferences a freed\nmempolicy pointer, causing a use-after-free read of mpol-\u003emode.\n\n[ 151.412631] BUG: KASAN: slab-use-after-free in __futex_key_to_node (kernel/futex/core.c:349)\n[ 151.414046] Read of size 2 at addr ffff888001c49634 by task e/87\n\n[ 151.415969] Call Trace:\n\n[ 151.416732] __asan_load2 (mm/kasan/generic.c:271)\n[ 151.416777] __futex_key_to_node (kernel/futex/core.c:349)\n[ 151.416822] get_futex_key (kernel/futex/core.c:374 kernel/futex/core.c:386 kernel/futex/core.c:593)\n\nFix by adding rcu to __mpol_put()."
}
],
"id": "CVE-2026-23415",
"lastModified": "2026-06-17T10:21:32.360",
"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": "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": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2026-04-02T12:16:20.810",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/190a8c48ff623c3d67cb295b4536a660db2012aa"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/7e196194ea27bd49adf3551e2aceb83498eb73fe"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/853f70c67d1b37e368fdcb3e328c4b8c04f53ac0"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-416"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-CHR7-RQMR-Q86R
Vulnerability from github – Published: 2026-04-02 12:31 – Updated: 2026-04-24 15:32In the Linux kernel, the following vulnerability has been resolved:
futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()
During futex_key_to_node_opt() execution, vma->vm_policy is read under speculative mmap lock and RCU. Concurrently, mbind() may call vma_replace_policy() which frees the old mempolicy immediately via kmem_cache_free().
This creates a race where __futex_key_to_node() dereferences a freed mempolicy pointer, causing a use-after-free read of mpol->mode.
[ 151.412631] BUG: KASAN: slab-use-after-free in __futex_key_to_node (kernel/futex/core.c:349) [ 151.414046] Read of size 2 at addr ffff888001c49634 by task e/87
[ 151.415969] Call Trace:
[ 151.416732] __asan_load2 (mm/kasan/generic.c:271) [ 151.416777] __futex_key_to_node (kernel/futex/core.c:349) [ 151.416822] get_futex_key (kernel/futex/core.c:374 kernel/futex/core.c:386 kernel/futex/core.c:593)
Fix by adding rcu to __mpol_put().
{
"affected": [],
"aliases": [
"CVE-2026-23415"
],
"database_specific": {
"cwe_ids": [
"CWE-416"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-04-02T12:16:20Z",
"severity": "HIGH"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nfutex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()\n\nDuring futex_key_to_node_opt() execution, vma-\u003evm_policy is read under\nspeculative mmap lock and RCU. Concurrently, mbind() may call\nvma_replace_policy() which frees the old mempolicy immediately via\nkmem_cache_free().\n\nThis creates a race where __futex_key_to_node() dereferences a freed\nmempolicy pointer, causing a use-after-free read of mpol-\u003emode.\n\n[ 151.412631] BUG: KASAN: slab-use-after-free in __futex_key_to_node (kernel/futex/core.c:349)\n[ 151.414046] Read of size 2 at addr ffff888001c49634 by task e/87\n\n[ 151.415969] Call Trace:\n\n[ 151.416732] __asan_load2 (mm/kasan/generic.c:271)\n[ 151.416777] __futex_key_to_node (kernel/futex/core.c:349)\n[ 151.416822] get_futex_key (kernel/futex/core.c:374 kernel/futex/core.c:386 kernel/futex/core.c:593)\n\nFix by adding rcu to __mpol_put().",
"id": "GHSA-chr7-rqmr-q86r",
"modified": "2026-04-24T15:32:20Z",
"published": "2026-04-02T12:31:05Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23415"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/190a8c48ff623c3d67cb295b4536a660db2012aa"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/7e196194ea27bd49adf3551e2aceb83498eb73fe"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/853f70c67d1b37e368fdcb3e328c4b8c04f53ac0"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2026:51035
Vulnerability from csaf_redhat - Published: 2026-08-06 10:50 - Updated: 2026-08-12 23:41A flaw was found in the Linux kernel. A timing issue, known as a race condition, exists within the futex subsystem. This vulnerability could allow a local attacker to access memory after it has been freed, leading to a system crash (denial of service) or potentially the disclosure of sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.36.1.el9_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's `nfnetlink_cthelper` component. This vulnerability, an out-of-bounds read, occurs in the `nfnl_cthelper_dump_table()` function when a network connection tracking helper is removed during a dump operation, leading to a bypassed bounds check. A local attacker could exploit this to cause a system crash (denial of service) or potentially access sensitive information from kernel memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.36.1.el9_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:51035 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2454320 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2468228 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2026-23415 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2454320 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23415 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23415 | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://access.redhat.com/security/cve/CVE-2026-43450 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2468228 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-43450 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-43450 | external |
| https://lore.kernel.org/linux-cve-announce/202605… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)\n\n* kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (CVE-2026-43450)\n\nBug Fix(es) and Enhancement(s):\n\n* kernel panics caused by NULL pointer dereferences within octeon_ep_vf [rhel-9.8.z] (JIRA:RHEL-186331)\n\n* [RHEL 9.4] Kernel memory reclaim bug [rhel-9.8.z] (JIRA:RHEL-211058)\n\n* Bond network interface is not coming up with MTU 9000 while vPMEM is enabled [rhel-9.8.z] (JIRA:RHEL-215575)\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:51035",
"url": "https://access.redhat.com/errata/RHSA-2026:51035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2454320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454320"
},
{
"category": "external",
"summary": "2468228",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468228"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_51035.json"
}
],
"title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-08-12T23:41:49+00:00",
"generator": {
"date": "2026-08-12T23:41:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.14"
}
},
"id": "RHSA-2026:51035",
"initial_release_date": "2026-08-06T10:50:56+00:00",
"revision_history": [
{
"date": "2026-08-06T10:50:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-06T10:50:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-12T23:41:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-687.36.1.el9_8.src",
"product": {
"name": "kernel-0:5.14.0-687.36.1.el9_8.src",
"product_id": "kernel-0:5.14.0-687.36.1.el9_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-687.36.1.el9_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "libperf-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "libperf-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "perf-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "perf-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "python3-perf-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "rtla-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "rtla-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "rv-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "rv-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-687.36.1.el9_8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "libperf-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "libperf-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "rtla-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "rtla-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-687.36.1.el9_8.ppc64le",
"product": {
"name": "rv-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_id": "rv-0:5.14.0-687.36.1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-687.36.1.el9_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "libperf-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "libperf-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "perf-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "perf-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "python3-perf-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "rtla-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "rtla-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "rv-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "rv-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-687.36.1.el9_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-debug-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-modules-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-tools-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "libperf-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "libperf-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-devel-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "perf-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "perf-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "python3-perf-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "rtla-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "rtla-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-687.36.1.el9_8.s390x",
"product": {
"name": "rv-0:5.14.0-687.36.1.el9_8.s390x",
"product_id": "rv-0:5.14.0-687.36.1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-687.36.1.el9_8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-687.36.1.el9_8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-687.36.1.el9_8.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-687.36.1.el9_8.noarch",
"product_id": "kernel-doc-0:5.14.0-687.36.1.el9_8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-687.36.1.el9_8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-687.36.1.el9_8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.36.1.el9_8.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-687.36.1.el9_8.noarch",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "perf-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "perf-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "perf-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "python3-perf-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "rtla-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "rtla-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "rtla-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "rtla-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "rv-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "rv-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "rv-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "rv-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-687.36.1.el9_8.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.src"
},
"product_reference": "kernel-0:5.14.0-687.36.1.el9_8.src",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-core-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "BaseOS-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "libperf-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "libperf-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "libperf-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "libperf-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
"product_id": "NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "NFV-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
"product_id": "RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"relates_to_product_reference": "RT-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-23415",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454320"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. A timing issue, known as a race condition, exists within the futex subsystem. This vulnerability could allow a local attacker to access memory after it has been freed, leading to a system crash (denial of service) or potentially the disclosure of sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Unprivileged processes routinely use futexes; `mbind()` on their own mappings is also available without special capability on typical configurations, so the race is not limited to root-only workloads. Minimum impact is abnormal termination or crash; information disclosure from the UAF read is plausible and should be reviewed manually.",
"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.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.36.1.el9_8.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.src",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23415"
},
{
"category": "external",
"summary": "RHBZ#2454320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454320"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23415",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23415"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23415",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23415"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026040204-CVE-2026-23415-3435@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026040204-CVE-2026-23415-3435@gregkh/T"
}
],
"release_date": "2026-04-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T10:50:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.\n\nRed Hat recommends treating all kernel errata as security-relevant. Given the kernel\u0027s fundamental role, any bug has a higher chance of impacting system security, even if that impact only becomes clear after a fix is published. Therefore, Red Hat prioritizes delivering fixes that improve our customers\u0027 overall security posture.\n\nBecause of this proactive approach, a patch may be associated with a CVE assignment at a future date. Retroactive CVE assignments are always documented in the corresponding errata and on Red Hat\u0027s CVE pages. We strongly advise against delaying updates, as doing so may leave your system exposed when protections are already available.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.36.1.el9_8.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.src",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51035"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.36.1.el9_8.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.src",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()"
},
{
"cve": "CVE-2026-43450",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-05-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468228"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s `nfnetlink_cthelper` component. This vulnerability, an out-of-bounds read, occurs in the `nfnl_cthelper_dump_table()` function when a network connection tracking helper is removed during a dump operation, leading to a bypassed bounds check. A local attacker could exploit this to cause a system crash (denial of service) or potentially access sensitive information from kernel memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.36.1.el9_8.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.src",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43450"
},
{
"category": "external",
"summary": "RHBZ#2468228",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468228"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43450"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050857-CVE-2026-43450-8919@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050857-CVE-2026-43450-8919@gregkh/T"
}
],
"release_date": "2026-05-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T10:50:56+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.\n\nRed Hat recommends treating all kernel errata as security-relevant. Given the kernel\u0027s fundamental role, any bug has a higher chance of impacting system security, even if that impact only becomes clear after a fix is published. Therefore, Red Hat prioritizes delivering fixes that improve our customers\u0027 overall security posture.\n\nBecause of this proactive approach, a patch may be associated with a CVE assignment at a future date. Retroactive CVE assignments are always documented in the corresponding errata and on Red Hat\u0027s CVE pages. We strongly advise against delaying updates, as doing so may leave your system exposed when protections are already available.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.36.1.el9_8.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.src",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51035"
}
],
"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.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-687.36.1.el9_8.noarch",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rtla-0:5.14.0-687.36.1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:rv-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.src",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-687.36.1.el9_8.noarch",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"BaseOS-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"NFV-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.aarch64",
"RT-9.8.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-687.36.1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()"
}
]
}
RHSA-2026:53330
Vulnerability from csaf_opensuse - Published: 2026-08-11 00:00 - Updated: 2026-08-11 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/r… | self |
| https://www.suse.com/security/cve/CVE-2024-53143/ | self |
| https://www.suse.com/security/cve/CVE-2025-71072/ | self |
| https://www.suse.com/security/cve/CVE-2026-23415/ | self |
| https://www.suse.com/security/cve/CVE-2026-31488/ | self |
| https://www.suse.com/security/cve/CVE-2026-52923/ | self |
| https://www.suse.com/security/cve/CVE-2026-64368/ | self |
| https://www.suse.com/security/cve/CVE-2026-64531/ | self |
| https://www.suse.com/security/cve/CVE-2024-53143 | external |
| https://bugzilla.suse.com/1234316 | external |
| https://www.suse.com/security/cve/CVE-2025-71072 | external |
| https://bugzilla.suse.com/1256636 | external |
| https://www.suse.com/security/cve/CVE-2026-23415 | external |
| https://bugzilla.suse.com/1261497 | external |
| https://www.suse.com/security/cve/CVE-2026-31488 | external |
| https://bugzilla.suse.com/1262746 | external |
| https://bugzilla.suse.com/1262777 | external |
| https://www.suse.com/security/cve/CVE-2026-52923 | external |
| https://bugzilla.suse.com/1269033 | external |
| https://bugzilla.suse.com/1269034 | external |
| https://www.suse.com/security/cve/CVE-2026-64368 | external |
| https://bugzilla.suse.com/1273997 | external |
| https://www.suse.com/security/cve/CVE-2026-64531 | external |
| https://bugzilla.suse.com/1272372 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "security update for kernel",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This security update provides a functional equivalent of RHSA-2026:53330.\nThe original Red Hat(R) advisory is available from the Red Hat web site at\nhttps://access.redhat.com/errata/RHSA-2026:53330.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "RHSA-2026:53330",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/rhsa-2026_53330.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-53143 page",
"url": "https://www.suse.com/security/cve/CVE-2024-53143/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-71072 page",
"url": "https://www.suse.com/security/cve/CVE-2025-71072/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23415 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23415/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-31488 page",
"url": "https://www.suse.com/security/cve/CVE-2026-31488/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-52923 page",
"url": "https://www.suse.com/security/cve/CVE-2026-52923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64368 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64368/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-64531 page",
"url": "https://www.suse.com/security/cve/CVE-2026-64531/"
}
],
"title": "security update for kernel",
"tracking": {
"current_release_date": "2026-08-11T00:00:00Z",
"generator": {
"date": "2026-08-11T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "RHSA-2026:53330",
"initial_release_date": "2026-08-11T00:00:00Z",
"revision_history": [
{
"date": "2026-08-11T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"product": {
"name": "kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"product_id": "kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch"
}
},
{
"category": "product_version",
"name": "kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"product": {
"name": "kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"product_id": "kernel-doc-6.12.0-211.46.1.el10_2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-core-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-devel-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-headers-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-modules-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-tools-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "libperf-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "libperf-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "libperf-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "perf-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "perf-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "perf-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "python3-perf-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "rtla-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "rtla-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "rtla-6.12.0-211.46.1.el10_2.x86_64"
}
},
{
"category": "product_version",
"name": "rv-6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "rv-6.12.0-211.46.1.el10_2.x86_64",
"product_id": "rv-6.12.0-211.46.1.el10_2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Liberty Linux 10",
"product": {
"name": "SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sll:10"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch"
},
"product_reference": "kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-6.12.0-211.46.1.el10_2.noarch as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch"
},
"product_reference": "kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "libperf-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "perf-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "rtla-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-6.12.0-211.46.1.el10_2.x86_64 as component of SUSE Liberty Linux 10",
"product_id": "SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "rv-6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "SUSE Liberty Linux 10"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-53143",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-53143"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfsnotify: Fix ordering of iput() and watched_objects decrement\n\nEnsure the superblock is kept alive until we\u0027re done with iput().\nHolding a reference to an inode is not allowed unless we ensure the\nsuperblock stays alive, which fsnotify does by keeping the\nwatched_objects count elevated, so iput() must happen before the\nwatched_objects decrement.\nThis can lead to a UAF of something like sb-\u003es_fs_info in tmpfs, but the\nUAF is hard to hit because race orderings that oops are more likely, thanks\nto the CHECK_DATA_CORRUPTION() block in generic_shutdown_super().\n\nAlso, ensure that fsnotify_put_sb_watched_objects() doesn\u0027t call\nfsnotify_sb_watched_objects() on a superblock that may have already been\nfreed, which would cause a UAF read of sb-\u003es_fsnotify_info.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-53143",
"url": "https://www.suse.com/security/cve/CVE-2024-53143"
},
{
"category": "external",
"summary": "SUSE Bug 1234316 for CVE-2024-53143",
"url": "https://bugzilla.suse.com/1234316"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-53143"
},
{
"cve": "CVE-2025-71072",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-71072"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nshmem: fix recovery on rename failures\n\nmaple_tree insertions can fail if we are seriously short on memory;\nsimple_offset_rename() does not recover well if it runs into that.\nThe same goes for simple_offset_rename_exchange().\n\nMoreover, shmem_whiteout() expects that if it succeeds, the caller will\nprogress to d_move(), i.e. that shmem_rename2() won\u0027t fail past the\nsuccessful call of shmem_whiteout().\n\nNot hard to fix, fortunately - mtree_store() can\u0027t fail if the index we\nare trying to store into is already present in the tree as a singleton.\n\nFor simple_offset_rename_exchange() that\u0027s enough - we just need to be\ncareful about the order of operations.\n\nFor simple_offset_rename() solution is to preinsert the target into the\ntree for new_dir; the rest can be done without any potentially failing\noperations.\n\nThat preinsertion has to be done in shmem_rename2() rather than in\nsimple_offset_rename() itself - otherwise we\u0027d need to deal with the\npossibility of failure after successful shmem_whiteout().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-71072",
"url": "https://www.suse.com/security/cve/CVE-2025-71072"
},
{
"category": "external",
"summary": "SUSE Bug 1256636 for CVE-2025-71072",
"url": "https://bugzilla.suse.com/1256636"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-71072"
},
{
"cve": "CVE-2026-23415",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23415"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfutex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()\n\nDuring futex_key_to_node_opt() execution, vma-\u003evm_policy is read under\nspeculative mmap lock and RCU. Concurrently, mbind() may call\nvma_replace_policy() which frees the old mempolicy immediately via\nkmem_cache_free().\n\nThis creates a race where __futex_key_to_node() dereferences a freed\nmempolicy pointer, causing a use-after-free read of mpol-\u003emode.\n\n[ 151.412631] BUG: KASAN: slab-use-after-free in __futex_key_to_node (kernel/futex/core.c:349)\n[ 151.414046] Read of size 2 at addr ffff888001c49634 by task e/87\n\n[ 151.415969] Call Trace:\n\n[ 151.416732] __asan_load2 (mm/kasan/generic.c:271)\n[ 151.416777] __futex_key_to_node (kernel/futex/core.c:349)\n[ 151.416822] get_futex_key (kernel/futex/core.c:374 kernel/futex/core.c:386 kernel/futex/core.c:593)\n\nFix by adding rcu to __mpol_put().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23415",
"url": "https://www.suse.com/security/cve/CVE-2026-23415"
},
{
"category": "external",
"summary": "SUSE Bug 1261497 for CVE-2026-23415",
"url": "https://bugzilla.suse.com/1261497"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-23415"
},
{
"cve": "CVE-2026-31488",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-31488"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Do not skip unrelated mode changes in DSC validation\n\nStarting with commit 17ce8a6907f7 (\"drm/amd/display: Add dsc pre-validation in\natomic check\"), amdgpu resets the CRTC state mode_changed flag to false when\nrecomputing the DSC configuration results in no timing change for a particular\nstream.\n\nHowever, this is incorrect in scenarios where a change in MST/DSC configuration\nhappens in the same KMS commit as another (unrelated) mode change. For example,\nthe integrated panel of a laptop may be configured differently (e.g., HDR\nenabled/disabled) depending on whether external screens are attached. In this\ncase, plugging in external DP-MST screens may result in the mode_changed flag\nbeing dropped incorrectly for the integrated panel if its DSC configuration\ndid not change during precomputation in pre_validate_dsc().\n\nAt this point, however, dm_update_crtc_state() has already created new streams\nfor CRTCs with DSC-independent mode changes. In turn,\namdgpu_dm_commit_streams() will never release the old stream, resulting in a\nmemory leak. amdgpu_dm_atomic_commit_tail() will never acquire a reference to\nthe new stream either, which manifests as a use-after-free when the stream gets\ndisabled later on:\n\nBUG: KASAN: use-after-free in dc_stream_release+0x25/0x90 [amdgpu]\nWrite of size 4 at addr ffff88813d836524 by task kworker/9:9/29977\n\nWorkqueue: events drm_mode_rmfb_work_fn\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x6e/0xa0\n print_address_description.constprop.0+0x88/0x320\n ? dc_stream_release+0x25/0x90 [amdgpu]\n print_report+0xfc/0x1ff\n ? srso_alias_return_thunk+0x5/0xfbef5\n ? __virt_addr_valid+0x225/0x4e0\n ? dc_stream_release+0x25/0x90 [amdgpu]\n kasan_report+0xe1/0x180\n ? dc_stream_release+0x25/0x90 [amdgpu]\n kasan_check_range+0x125/0x200\n dc_stream_release+0x25/0x90 [amdgpu]\n dc_state_destruct+0x14d/0x5c0 [amdgpu]\n dc_state_release.part.0+0x4e/0x130 [amdgpu]\n dm_atomic_destroy_state+0x3f/0x70 [amdgpu]\n drm_atomic_state_default_clear+0x8ee/0xf30\n ? drm_mode_object_put.part.0+0xb1/0x130\n __drm_atomic_state_free+0x15c/0x2d0\n atomic_remove_fb+0x67e/0x980\n\nSince there is no reliable way of figuring out whether a CRTC has unrelated\nmode changes pending at the time of DSC validation, remember the value of the\nmode_changed flag from before the point where a CRTC was marked as potentially\naffected by a change in DSC configuration. Reset the mode_changed flag to this\nearlier value instead in pre_validate_dsc().\n\n(cherry picked from commit cc7c7121ae082b7b82891baa7280f1ff2608f22b)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-31488",
"url": "https://www.suse.com/security/cve/CVE-2026-31488"
},
{
"category": "external",
"summary": "SUSE Bug 1262746 for CVE-2026-31488",
"url": "https://bugzilla.suse.com/1262746"
},
{
"category": "external",
"summary": "SUSE Bug 1262777 for CVE-2026-31488",
"url": "https://bugzilla.suse.com/1262777"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-31488"
},
{
"cve": "CVE-2026-52923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-52923"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipc: limit next_id allocation to the valid ID range\n\nThe checkpoint/restore sysctl path can request the next SysV IPC id\nthrough ids-\u003enext_id. ipc_idr_alloc() currently forwards that request to\nidr_alloc() with an open-ended upper bound.\n\nIf the valid tail of the SysV IPC id space is full, the allocation can\nspill beyond ipc_mni. The returned SysV IPC id still uses the normal\nindex encoding, so later lookup and removal can target the wrong slot. \nThis leaves the real IDR entry behind and breaks the IDR state for the\nobject.\n\nThe bug is in ipc_idr_alloc() in the checkpoint/restore path.\n\n1. ids-\u003enext_id is passed to:\n\n idr_alloc(\u0026ids-\u003eipcs_idr, new, ipcid_to_idx(next_id), 0, ...)\n\n2. The zero upper bound makes the allocation effectively open-ended.\n Once the valid SysV IPC tail is occupied, idr_alloc() can spill past\n ipc_mni and allocate an entry beyond the valid IPC id range.\n\n3. The new object id is still encoded with the narrower SysV IPC index\n width:\n\n new-\u003eid = (new-\u003eseq \u003c\u003c ipcmni_seq_shift()) + idx\n\n4. Later removal goes through ipc_rmid(), which uses:\n\n ipcid_to_idx(ipcp-\u003eid)\n\n That truncates the real IDR index. An object actually stored at a\n high index can then be removed as if it lived at a low in-range\n index.\n\n5. For shared memory, shm_destroy() frees the current object anyway, but\n the real high IDR slot is left behind as a dangling pointer.\n\n6. A subsequent walk of /proc/sysvipc/shm reaches the stale IDR entry\n and dereferences freed memory.\n\nPrevent this by bounding the requested allocation to ipc_mni so the\ncheckpoint/restore path fails once the valid range is exhausted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-52923",
"url": "https://www.suse.com/security/cve/CVE-2026-52923"
},
{
"category": "external",
"summary": "SUSE Bug 1269033 for CVE-2026-52923",
"url": "https://bugzilla.suse.com/1269033"
},
{
"category": "external",
"summary": "SUSE Bug 1269034 for CVE-2026-52923",
"url": "https://bugzilla.suse.com/1269034"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"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"
},
"products": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-11T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-52923"
},
{
"cve": "CVE-2026-64368",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64368"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/slab: do not limit zeroing to orig_size when only red zoning is enabled\n\nWhen init (zeroing) on allocation is requested, for kmalloc() we\ngenerally have to zero the full object size even if a smaller size is\nrequested, in order to provide krealloc()\u0027s __GFP_ZERO guarantees.\n\nBut if we track the requested size, krealloc() uses that information to\ndo the right thing, so we can zero only the requested size. With red\nzoning also enabled, any extra size became part of the red zone, so it\nmust not be zeroed and thus we must zero only the requested size.\n\nHowever the current check is imprecise, and will trigger also when only\nSLAB_RED_ZONE is enabled without SLAB_STORE_USER (which enables tracking\nthe requested size). This means enabling red zoning alone can compromise\nkrealloc()\u0027s __GFP_ZERO contract.\n\nFix this by using slub_debug_orig_size() instead, which is the exact\ncheck for whether the requested size is tracked. We don\u0027t need to care\nif red zoning is also enabled or not. Also update and expand the\ncomment accordingly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64368",
"url": "https://www.suse.com/security/cve/CVE-2026-64368"
},
{
"category": "external",
"summary": "SUSE Bug 1273997 for CVE-2026-64368",
"url": "https://bugzilla.suse.com/1273997"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-64368"
},
{
"cve": "CVE-2026-64531",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-64531"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: openvswitch: reject oversized nested action attrs\n\nOpen vSwitch stores generated flow actions as nlattrs, whose nla_len\nfield is u16. Commit a1e64addf3ff (\"net: openvswitch: remove\nmisbehaving actions length check\") allowed the total sw_flow_actions\nstream to grow beyond 64 KiB, which is valid, but also removed the last\nguard preventing a generated nested action attribute from exceeding\nU16_MAX.\n\nAn oversized generated container can thus be closed with a truncated\nnla_len. A later dump or teardown then walks a structurally different\nstream than the one that was validated. In particular, an oversized\nnested CLONE/CT action may cause subsequent bytes in the generated\nstream to be interpreted as independent actions.\n\nKeep the larger total-action-stream behavior, but make nested action\nclose reject generated containers that do not fit in nla_len, and return\nthe error through all callers. For recursive SAMPLE, CLONE, DEC_TTL, and\nCHECK_PKT_LEN builders, trim resource-owning action-list tails in reverse\nconstruction order before discarding failed wrappers, so resources copied\ninto the rejected tails are released before the wrappers are removed.\n\nMost failed outer wrappers are discarded by truncating actions_len after\nchild resources have been released. CHECK_PKT_LEN also trims its parent\nafter branch resources are gone. SET/TUNNEL close failures unwind their\nknown tun_dst ownership directly, and SET_TO_MASKED has no external\nownership and truncates on close failure.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-64531",
"url": "https://www.suse.com/security/cve/CVE-2026-64531"
},
{
"category": "external",
"summary": "SUSE Bug 1272372 for CVE-2026-64531",
"url": "https://bugzilla.suse.com/1272372"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Liberty Linux 10:kernel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-abi-stablelists-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-cross-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-debug-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-devel-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-doc-6.12.0-211.46.1.el10_2.noarch",
"SUSE Liberty Linux 10:kernel-headers-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-modules-extra-matched-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-debug-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-core-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-rt-modules-extra-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-tools-libs-devel-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:kernel-uki-virt-addons-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:libperf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:python3-perf-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rtla-6.12.0-211.46.1.el10_2.x86_64",
"SUSE Liberty Linux 10:rv-6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-11T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-64531"
}
]
}
rlsa-2026:51035
Vulnerability from osv_rocky
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
-
kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)
-
kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (CVE-2026-43450)
Bug Fix(es) and Enhancement(s):
-
kernel panics caused by NULL pointer dereferences within octeon_ep_vf [rhel-9.8.z] (JIRA:Rocky Linux-186331)
-
[Rocky Linux 9.4] Kernel memory reclaim bug [rhel-9.8.z] (JIRA:Rocky Linux-211058)
-
Bond network interface is not coming up with MTU 9000 while vPMEM is enabled [rhel-9.8.z] (JIRA:Rocky Linux-215575)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "kernel",
"purl": "pkg:rpm/rocky-linux/kernel?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "BaseOS"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:5.14.0-687.36.1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:51035"
},
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)\n\n* kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (CVE-2026-43450)\n\nBug Fix(es) and Enhancement(s):\n\n* kernel panics caused by NULL pointer dereferences within octeon_ep_vf [rhel-9.8.z] (JIRA:Rocky Linux-186331)\n\n* [Rocky Linux 9.4] Kernel memory reclaim bug [rhel-9.8.z] (JIRA:Rocky Linux-211058)\n\n* Bond network interface is not coming up with MTU 9000 while vPMEM is enabled [rhel-9.8.z] (JIRA:Rocky Linux-215575)\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.",
"id": "RLSA-2026:51035",
"modified": "2026-08-14T12:09:10.062495Z",
"published": "2026-08-07T18:04:13.032791Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:51035"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454320"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468228"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:51035"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Moderate: kernel security, bug fix, and enhancement update",
"upstream": [
"CVE-2026-23415",
"CVE-2026-43450"
]
}
rlsa-2026:53330
Vulnerability from osv_rocky
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
-
kernel: fsnotify: Fix ordering of iput() and watched_objects decrement (CVE-2024-53143)
-
kernel: shmem: fix recovery on rename failures (CVE-2025-71072)
-
kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)
-
kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)
-
kernel: ipc: limit next_id allocation to the valid ID range (CVE-2026-52923)
-
kernel: mm/slab: do not limit zeroing to orig_size when only red zoning is enabled (CVE-2026-64368)
-
kernel: net: openvswitch: reject oversized nested action attrs (CVE-2026-64531)
Bug Fix(es) and Enhancement(s):
-
Kernel oops after increasing max number of mac addresses of a mlx5 VF [rhel-10.2.z] (JIRA:Rocky Linux-213035)
-
Rocky Linux10.0 - s390/pkey: Check length in PKEY_VERIFYPROTK ioctl [rhel-10.2.z] (JIRA:Rocky Linux-222503)
-
Rocky Linux10.0 - s390/pkey: Check length in pkey_pckmo handler implementation [rhel-10.2.z] (JIRA:Rocky Linux-222505)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:10",
"name": "kernel",
"purl": "pkg:rpm/rocky-linux/kernel?distro=rocky-linux-10\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "BaseOS"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:53330"
},
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: fsnotify: Fix ordering of iput() and watched_objects decrement (CVE-2024-53143)\n\n* kernel: shmem: fix recovery on rename failures (CVE-2025-71072)\n\n* kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)\n\n* kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)\n\n* kernel: ipc: limit next_id allocation to the valid ID range (CVE-2026-52923)\n\n* kernel: mm/slab: do not limit zeroing to orig_size when only red zoning is enabled (CVE-2026-64368)\n\n* kernel: net: openvswitch: reject oversized nested action attrs (CVE-2026-64531)\n\nBug Fix(es) and Enhancement(s):\n\n* Kernel oops after increasing max number of mac addresses of a mlx5 VF [rhel-10.2.z] (JIRA:Rocky Linux-213035)\n\n* Rocky Linux10.0 - s390/pkey: Check length in PKEY_VERIFYPROTK ioctl [rhel-10.2.z] (JIRA:Rocky Linux-222503)\n\n* Rocky Linux10.0 - s390/pkey: Check length in pkey_pckmo handler implementation [rhel-10.2.z] (JIRA:Rocky Linux-222505)\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.",
"id": "RLSA-2026:53330",
"modified": "2026-08-14T12:09:12.049732Z",
"published": "2026-08-12T12:08:21.567220Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:53330"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429083"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454320"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330957"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460619"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492094"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507213"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507402"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: kernel security, bug fix, and enhancement update",
"upstream": [
"CVE-2024-53143",
"CVE-2025-71072",
"CVE-2026-23415",
"CVE-2026-31488",
"CVE-2026-52923",
"CVE-2026-64368",
"CVE-2026-64531"
]
}
rxsa-2026:51035
Vulnerability from osv_rocky
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
-
kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)
-
kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (CVE-2026-43450)
Bug Fix(es) and Enhancement(s):
-
kernel panics caused by NULL pointer dereferences within octeon_ep_vf [rhel-9.8.z] (JIRA:Rocky Linux SIG Cloud-186331)
-
[Rocky Linux SIG Cloud 9.4] Kernel memory reclaim bug [rhel-9.8.z] (JIRA:Rocky Linux SIG Cloud-211058)
-
Bond network interface is not coming up with MTU 9000 while vPMEM is enabled [rhel-9.8.z] (JIRA:Rocky Linux SIG Cloud-215575)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "kernel",
"purl": "pkg:rpm/rocky-linux/kernel?distro=rocky-linux-9-sig-cloud\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "cloud-common"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:5.14.0-687.36.1.el9_8.cloud.1.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:51035"
},
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)\n\n* kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (CVE-2026-43450)\n\nBug Fix(es) and Enhancement(s):\n\n* kernel panics caused by NULL pointer dereferences within octeon_ep_vf [rhel-9.8.z] (JIRA:Rocky Linux SIG Cloud-186331)\n\n* [Rocky Linux SIG Cloud 9.4] Kernel memory reclaim bug [rhel-9.8.z] (JIRA:Rocky Linux SIG Cloud-211058)\n\n* Bond network interface is not coming up with MTU 9000 while vPMEM is enabled [rhel-9.8.z] (JIRA:Rocky Linux SIG Cloud-215575)\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.",
"id": "RXSA-2026:51035",
"modified": "2026-08-14T12:10:19.135176Z",
"published": "2026-08-06T18:10:20.186330Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RXSA-2026:51035"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454320"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468228"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:51035"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Moderate: kernel security, bug fix, and enhancement update",
"upstream": [
"CVE-2026-23415",
"CVE-2026-43450"
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.